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 fbc2a89 commit 2a1e7e4Copy full SHA for 2a1e7e4
2 files changed
.env.server
@@ -29,5 +29,6 @@ OPENAI_BASE_URL="https://api.openai.com/v1"
29
EMBEDDING_SIZE=1536
30
# Only relevant if you have USE_EMBED_SERVER=1
31
USE_EMBED_SERVER=0
32
+EMBEDDING_SEMAPHORE_SIZE=-1
33
PARSER_COMMAND="./server-python/chunker.py"
34
EMBEDDING_SERVER_CALL="http://localhost:5000/encode"
CHANGE_LOG.md
@@ -4,6 +4,7 @@
4
- allow for a collection_id to be passed when creating cards such that a bookmark can be created
5
- add OpenAPI docs through redoc display with actix
6
- card_collection route now returns 200 with CardCollection instead of 204
7
+- Addded EMBEDDING_SEMAPHORE_SIZE to limit the amount of threads that can make a request to create an embedding
8
9
### Search
10
0 commit comments