Basic Chat, RAG in Symfony #124
tacman
started this conversation in
Share Your Project
Replies: 2 comments 11 replies
-
|
If Meilisearch works properly do you think the request in the issues can be closed? |
Beta Was this translation helpful? Give feedback.
9 replies
-
|
I made a bunch of additions, including making the UI a bit prettier. None of the RAG stuff works yet, I have it working locally because I can use the filesystem, but on production I'll need either Meilisearch or Postgres + the vector extension. My goal is to get all of the example snippets and turn them into a working demo. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Install Meilisearch, or tweak the code to another vector store.
RAG
Load some local news stories or products. Products is working, sort of, and the news stories I don't think are.
Beta Was this translation helpful? Give feedback.
All reactions