Libcrechat PostgreSQL / pgvector
-
My best guess (without having read the context): The project uses meilisearch's vector search. (https://www.meilisearch.com/docs/learn/ai_powered_search/getting_started_with_ai_search) Without this feature, I don't think it makes sense to bundle meilisearch with LibreChat. But maybe I'm totally wrong.

-
L luckow referenced this topic on
-
My best guess (without having read the context): The project uses meilisearch's vector search. (https://www.meilisearch.com/docs/learn/ai_powered_search/getting_started_with_ai_search) Without this feature, I don't think it makes sense to bundle meilisearch with LibreChat. But maybe I'm totally wrong.

-
For people reading and asking, what is RAG in LibreChat:
-
I think this involves integrating https://github.com/danny-avila/rag_api/ into the package. We have to investigate .
-
The latest package has RAG API integrated.