Skip to content

Latest commit

 

History

History
 
 

vectordb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

How to start a vector database

There is a script named run_vectordb.sh in the same directory of this document. The script starts pgvector in a container

Be sure to define POD_CONTAINER variable before running this script.

If a .env file is present, it will read the environment variables from there. The .env file should be in the same directory as the script.

Rename the .env.example file to .env and set the environment variables.