.env 210 B

1234567
  1. PORT=3001
  2. CORS_ORIGIN=http://localhost:5173
  3. QDRANT_URL=http://localhost:6333
  4. QDRANT_COLLECTION=empresa_docs
  5. OLLAMA_URL=http://localhost:11434
  6. OLLAMA_EMBEDDINGS_MODEL=nomic-embed-text
  7. OLLAMA_CHAT_MODEL=llama3.1