-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a question not an issue. #1
Comments
Hey! Here is a video I made on RAG using similar open embedding models: It uses Postgres + pgvector as the vector store, but it shouldn't be too hard to swap out pgvector for ChromaDB if you want. The advantage of pgvector IMO is that all your data (app and embeddings) live in the same place vs. jumping between multiple DBs. Let me know if this helps 😃 |
Hi @gregnr I have yet another question :-), I'm still trying to digest the info from open-source-embeddings as you demonstrated. Currently, I'm using OpenAIEmbeddings for my documents and storing them in Chromadb. I would like to switch over to use open-source model instead of using OpenAI as you described but I'm a bit hung up on how to go about doing this. Please advise. Also, what is your opinion on using Neo4j KG with RAG?
and query against this dataset with questions.
|
Hi @gregnr! First of all, thanks for sharing and step by step video. It's very helpful. Do you have a video on RAG and storing embeddings in vector db, preferably with Chromadb?
The text was updated successfully, but these errors were encountered: