Skip to content

Commit

Permalink
Adjust environment example
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashacker committed Nov 13, 2023
1 parent 5c2f2be commit 5503d79
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
31 changes: 23 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
WEAVIATE_URL_VERBA=URL-TO-YOUR-WEAVIATE-CLUSTER
WEAVIATE_API_KEY_VERBA=API-KEY-OF-YOUR-WEAVIATE-CLUSTER
OPENAI_API_KEY=YOUR-OPENAI-KEY
COHERE_API_KEY=YOUR-COHERE-KEY
UNSTRUCTURED_API_KEY=YOUR-UNSTRUCTURED-KEY
GITHUB_TOKEN=YOUR-GITHUB-TOKEN
HF_TOKEN=YOUR-HUGGINGFACE-TOKEN
LLAMA2-7B-CHAT-HF=ENABLE-LLAMA2?-(True or False)
# URL-TO-YOUR-WEAVIATE-CLUSTER
WEAVIATE_URL_VERBA=

# API-KEY-OF-YOUR-WEAVIATE-CLUSTER
WEAVIATE_API_KEY_VERBA=

# YOUR-OPENAI-KEY
OPENAI_API_KEY=

# YOUR-COHERE-KEY
COHERE_API_KEY=

# YOUR-UNSTRUCTURED-KEY
UNSTRUCTURED_API_KEY=

# YOUR-GITHUB-TOKEN
GITHUB_TOKEN=

# YOUR-HUGGINGFACE-TOKEN
HF_TOKEN=

# ENABLE-LLAMA2?-(True or False)
LLAMA2-7B-CHAT-HF=
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ build
.verba
.vscode
verba_config.json
text-generation-inference
text-generation-inference
test.py
cache.txt
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
- Added LLama 2 and Cohere support
- Added new OpenAI models
- Improved Documentation
- Added technical docs and contribution guidelines

### Fixed
- Error handling for data ingestion (handling chunk size)
Expand Down

0 comments on commit 5503d79

Please sign in to comment.