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

@ -6,11 +6,6 @@ overrides:
# confidence threshold for prompt target intent matching
prompt_target_intent_matching_threshold: 0.6
# should not be here
embedding_provider:
name: "bge-large-en-v1.5"
model: "BAAI/bge-large-en-v1.5"
llm_providers:
- name: open-ai-gpt-4