Add support for HuggingFace Text Embedding Inference endpoint for embeddings (#524)

This commit is contained in:
Sarah Wooders
2023-11-27 16:28:49 -08:00
committed by GitHub
parent 3bc20291b4
commit ed356dd82c
8 changed files with 121 additions and 27 deletions

View File

@@ -26,6 +26,7 @@ def configure_memgpt_localllm():
child.expect("Select embedding provider", timeout=TIMEOUT)
child.send("\x1b[B") # Send the down arrow key
child.send("\x1b[B") # Send the down arrow key
child.send("\x1b[B") # Send the down arrow key
child.sendline()
child.expect("Select default preset", timeout=TIMEOUT)