Class for retrieving information from a Zep long-term memory store. Extends the BaseRetriever class.
const retriever = new ZepRetriever({ url: "http: sessionId: "session_exampleUUID", topK: 3,});const query = "Can I drive red cars in France?";const docs = await retriever.getRelevantDocuments(query); Copy
const retriever = new ZepRetriever({ url: "http: sessionId: "session_exampleUUID", topK: 3,});const query = "Can I drive red cars in France?";const docs = await retriever.getRelevantDocuments(query);
Generated using TypeDoc
Class for retrieving information from a Zep long-term memory store. Extends the BaseRetriever class.
Example