Skip to content

Commit

Permalink
feat: Added credentials!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Jan 2, 2024
1 parent d75342b commit fe95fbf
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
PORT=
MONGODB_HOST=
MONGODB_PORT=
MONGODB_USER=
MONGODB_PASS=
NEO4J_PROTOCOL=
NEO4J_HOST=
NEO4J_PORT=
NEO4J_USER=
NEO4J_PASSWORD=
NEO4J_DB=
POSTGRES_HOST=
POSTGRES_USER=
POSTGRES_PASS=
POSTGRES_PORT=
RABBIT_HOST=
RABBIT_PORT=
RABBIT_USER=
RABBIT_PASSWORD=
CHUNK_SIZE=
EMBEDDING_DIM=
K1_RETRIEVER_SEARCH=
K2_RETRIEVER_SEARCH=
D_RETRIEVER_SEARCH=
COHERE_API_KEY=
OPENAI_API_KEY=
2 changes: 2 additions & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ services:
- K1_RETRIEVER_SEARCH=20
- K2_RETRIEVER_SEARCH=5
- D_RETRIEVER_SEARCH=7
- COHERE_API_KEY=some_credentials
- OPENAI_API_KEY=some_credentials2
volumes:
- ./coverage:/project/coverage
depends_on:
Expand Down

0 comments on commit fe95fbf

Please sign in to comment.