Open
Description
How to use existing vector databases.
In my case MyScaledb is located on Docker. http://localhost/8123 .
Is there any way, without changing existing RagApp code, to use MyScaledb as knowledge base in the RagApp .
standard .py code for connection is:
client = clickhouse_connect.get_client(
host="0.0.0.0",
port=8123,
username="",
password="*",
)
Metadata
Metadata
Assignees
Labels
No labels