Skip to content

wsxhjnb1/AI_Vector_Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI_Vector_Database

A simple vector database enriched by OpenAI's API

How to use it?

Open the terminal, write the following command

touch .env
vim .env

At the window of vim, add(please change the content with <>)

OPENAI_API_KEY="<Your-OpenAI-API-Key>"
WEAVIATE_API_KEY="<>"
WEAVIATE_URL="<>"
DATA_CLASSNAME="Document"

save the file and exit the vim

About

A simple vector database enriched by OpenAI's API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published