Hacker News new | ask | show | jobs
by Reflecticon 1126 days ago
Something like this? https://dexa.ai
2 comments

Yes in theory although they are pretty expensive. I am doing something like this at work as I wanted to unlock the wealth of information we have in our tutorials, webinars etc.
https://weaviate.io/ Looks interesting. I was just reading about it.
If you're getting started with Weaviate, these two are probably what you need:

1. Wizard to create a docker-compose file: https://weaviate.io/developers/weaviate/installation/docker-... (e.g. choose the embedding model)

2. Sample notebook showing how to index items using the python library: https://github.com/weaviate-tutorials/vector-provision-optio...