We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32ed2b commit 545e3b3Copy full SHA for 545e3b3
.gitignore
@@ -1,3 +1,5 @@
1
+__pycache__
2
+sentence-transformers
3
myenv/
4
.tmp/*
5
!.tmp/prebuild.sh
compose.dev.yaml
@@ -14,6 +14,7 @@ services:
14
SEGMENT_WRITE_KEY: ${SEGMENT_WRITE_KEY} # Set your Segment write key here or in the .env file
15
SESSION_COOKIE_SECURE: 0
16
OPENAI_API_KEY: ${OPENAI_API_KEY} # Set your OpenAI API key here or in the .env file
17
+ SENTENCE_TRANSFORMERS_HOME: /app/sentence-transformers
18
volumes:
19
- type: bind
20
source: ./app
0 commit comments