8000 Connection on MyScaledb (ClickHouse). · Issue #260 · ragapp/ragapp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Connection on MyScaledb (ClickHouse).  #260
Open
@IgorLaktic

Description

@IgorLaktic

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0