Skip to content

Commit 2a1e7e4

Browse files
committed
docs: updated .env.server and CHANGE_LOG.md
1 parent fbc2a89 commit 2a1e7e4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.env.server

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ OPENAI_BASE_URL="https://api.openai.com/v1"
2929
EMBEDDING_SIZE=1536
3030
# Only relevant if you have USE_EMBED_SERVER=1
3131
USE_EMBED_SERVER=0
32+
EMBEDDING_SEMAPHORE_SIZE=-1
3233
PARSER_COMMAND="./server-python/chunker.py"
3334
EMBEDDING_SERVER_CALL="http://localhost:5000/encode"

CHANGE_LOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- allow for a collection_id to be passed when creating cards such that a bookmark can be created
55
- add OpenAPI docs through redoc display with actix
66
- 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
78

89
### Search
910

0 commit comments

Comments
 (0)