generate_plan yields better results
This commit is contained in:
2
main.py
2
main.py
@@ -51,7 +51,7 @@ PERSISTENT_DIR = os.environ.get("PERSISTENT_DIR", "/data")
|
|||||||
|
|
||||||
## Constants
|
## Constants
|
||||||
REPLY_ACTION = "reply"
|
REPLY_ACTION = "reply"
|
||||||
PLAN_ACTION = "multitask_action"
|
PLAN_ACTION = "generate_plan"
|
||||||
|
|
||||||
embeddings = LocalAIEmbeddings(model=EMBEDDINGS_MODEL)
|
embeddings = LocalAIEmbeddings(model=EMBEDDINGS_MODEL)
|
||||||
chroma_client = Chroma(collection_name="memories", persist_directory="db", embedding_function=embeddings)
|
chroma_client = Chroma(collection_name="memories", persist_directory="db", embedding_function=embeddings)
|
||||||
|
|||||||
Reference in New Issue
Block a user