remove embeddings config from config (#64)

* remove embeddings config from config

* remove embedding provider
This commit is contained in:
Adil Hafeez 2024-09-19 17:49:42 -07:00 committed by GitHub
parent 7568507764
commit 4438dc7979
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 0 additions and 34 deletions

View file

@ -153,10 +153,6 @@ default_prompt_endpoint: "127.0.0.1"
load_balancing: "round_robin"
timeout_ms: 5000
embedding_provider:
name: "SentenceTransformer"
model: "all-MiniLM-L6-v2"
llm_providers:
- name: "open-ai-gpt-4"
api_key: "$OPEN_AI_API_KEY"