prototipo-1-rag / .env-example
Pecximenes's picture
Removing diretory and organazing files
94e320d
raw
history blame
333 Bytes
OPENAI_API_KEY="SUA-KEY"
OPENAI_MODEL_CHAT="gpt-3.5-turbo"
OPENAI_MODEL_EMBEDDING="text-embedding-3-small"
COLLECTION_NAME="sgd"
EDGEDB_HOST="localhost"
EDGEDB_USER="sgd"
EDGEDB_PASSWORD="secret"
EDGEDB_PORT="5656"
QDRANT_HOST="localhost"
QDRANT_PORT="6333"
REDIS_HOST="localhost"
REDIS_PORT="6379"
HUGGINGFACE_API_KEY="SUA-KEY"