<!-- .github/pull_request_template.md --> ## Description <!-- Provide a clear description of the changes in this PR --> ## 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.
5 lines
173 B
Python
5 lines
173 B
Python
from .supported_databases import supported_databases
|
|
|
|
|
|
def use_graph_adapter(vector_db_name, vector_db_adapter):
|
|
supported_databases[vector_db_name] = vector_db_adapter
|