Skip to main content

search_long_term

Method
This is a method of the ChromaMemoryAdapter class in the factories module.
Search ChromaDB using vector similarity.

Signature

Parameters

str
required
No description available.
int
default:"5"
No description available.

Returns

List[Dict[str, Any]]
The result of the operation.

Uses

  • embedding
  • query

Used By

Source

View on GitHub

praisonaiagents/memory/adapters/factories.py at line 310