Find answers from the community

s
suhaib
Offline, last seen 3 months ago
Joined September 25, 2024
Hello guys, how can i use VectorStoreQuery but to search only on a list of documents ids ?
4 comments
J
s
Hello, I have a pgvector database with different tables such as collections, documents, embeddings, etc. From what I understand, Llamaindex has a different schema with a single table and columns for text, embeddings, etc. So, I wanted to know if it is possible to use Llamaindex on top of my existing database. thank you
1 comment
L
Hello, I'm new to LlamaIndex and I want to use Pgvector as my vector store. How do I specify the index type (HNSW or IVFFlat) during the indexing step? I don't see any parameters specifying the index type. There is only the possibility to choose the index during querying in PgVector Query Options. But we need to specify the index type before inserting vectors, right?
4 comments
s
L