Stuck on implementing RAG agent with OpenAI #153
Unanswered
TabestoJulienDuvignau
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
Hi @TabestoJulienDuvignau you are using OpenAI only to calculate embeddings not as a vector store. You are using the FileVectorStore to store embedded documents in your file system. Are you getting some errors or was this your only doubt? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to implement a RAG chatbot, but I'm stuck on its implementation and I don't know what I've done wrong.
I created a Symfony command to upload my files. The code is very simple:
When I run the command, I get no errors and a
neuron.storefile is created with the contents of myhistory.mdfile.When I go to the OpenAI interface, no VectorStore has been created.
Then my agent looks like this:
And of course, when I instantiate the agent to ask it a question, it replies that it does not know how to answer me:
Does anyone know how to help me solve this problem? What did i miss?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions