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:
hajdul88 2025-06-11 16:50:16 +02:00 committed by GitHub
parent 0f690fbfb3
commit 43df9aa547
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ def create_vector_engine(
adapter = supported_databases[vector_db_provider]
return adapter(
utl=vector_db_url,
url=vector_db_url,
api_key=vector_db_key,
embedding_engine=embedding_engine,
)