A simple vector database enriched by OpenAI's API
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