mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
610 B
610 B
How to setup Pinecone Vector Database for AnythingLLM
Official Pinecone Docs for reference.
How to get started
Requirements
- Pinecone account (free or paid)
Instructions
- Create an index on your Pinecone account. Name can be anything eg:
my-primary-index - Metric
cosine - Dimensions
1536since we use OpenAI for embeddings - 1 pod, all other default settings are fine.
VECTOR_DB="pinecone"
PINECONE_ENVIRONMENT=us-west4-gcp-free
PINECONE_API_KEY=sklive-123xyz
PINECONE_INDEX=my-primary-index # the value from the first instruction!