mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
fix: enable knowledge base with Dograh config v2
This commit is contained in:
parent
d675fd1fda
commit
efb25a0cc5
19 changed files with 557 additions and 113 deletions
|
|
@ -176,7 +176,7 @@ def _compile_dograh_configuration(
|
|||
embeddings=DograhEmbeddingsConfiguration(
|
||||
provider=ServiceProviders.DOGRAH,
|
||||
api_key=configuration.api_key,
|
||||
model="default",
|
||||
model="dograh_embedding_v1",
|
||||
),
|
||||
is_realtime=False,
|
||||
managed_service_version=2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue