You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently road-core/service uses FaissVectorStore with pre-prepared data for RAG content.
We want to add Postgres-based Vector Store support with the pgvector Postgres
extension, which will enable more flexible RAG data handling.
Describe alternatives you've considered LangChain also provides various vectore stores.
However, I think using a vector store supported llama-index would be easier since the existing code was written for
the FaissVectorStore for llama-index.
Is your feature request related to a problem? Please describe.
Currently road-core/service uses FaissVectorStore with pre-prepared data for RAG content.
We want to add Postgres-based Vector Store support with the pgvector Postgres
extension, which will enable more flexible RAG data handling.
Describe the solution you'd like
Use one of Postgres-based vector stores supported by llama-index.
The PoC shown below is using Supabase Vector Store
Describe alternatives you've considered
LangChain also provides various vectore stores.
However, I think using a vector store supported llama-index would be easier since the existing code was written for
the FaissVectorStore for llama-index.
Additional context
PoC
Demo video
Screenshare.-.2024-12-02.4_35_36.PM.mp4
The text was updated successfully, but these errors were encountered: