Feature: Fixes url typo in general adapters (#969)
<!-- .github/pull_request_template.md --> ## Description Fixes url typo in general adapters ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin.
This commit is contained in:
parent
0f690fbfb3
commit
43df9aa547
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ def create_vector_engine(
|
||||||
adapter = supported_databases[vector_db_provider]
|
adapter = supported_databases[vector_db_provider]
|
||||||
|
|
||||||
return adapter(
|
return adapter(
|
||||||
utl=vector_db_url,
|
url=vector_db_url,
|
||||||
api_key=vector_db_key,
|
api_key=vector_db_key,
|
||||||
embedding_engine=embedding_engine,
|
embedding_engine=embedding_engine,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue