Find answers from the community

Updated 3 months ago

when using posgres pg vector does llama

when using posgres pg vector does llama index use hnsw by default or something else? - > when running an ingestion pipeline with pgvector as vector store. Thanks
Example:
Plain Text
CREATE INDEX ON embeddings USING hnsw (embedding vector_cosine_ops) WITH (m = 10, ef_construction = 64);
L
3 comments
tbh I have no idea what its doing -- PRs very welcome to improve this
Its just running CREATE EXTENSION IF NOT EXISTS vector from what I can tell
Add a reply
Sign up and join the conversation on Discord