Skip to content

TyTodd/SecureSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecureSearch

Download Model

ggml-gpt4all-j-v1.3-groovy.bin

Inititialize Vector Store Database

The database used is Clickhouse. To run it first set up the local server with docker

docker run -d -p 8123:8123 -p9000:9000 --name langchain-clickhouse-server --ulimit nofile=262144:262144 clickhouse/clickhouse-server:23.4.2.11

Next install the client driver

pip install clickhouse-connect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages