Memory
Memory Data Connector Documentation
Examples
datasets:
- from: memory:store
name: llm_memory
mode: read_write
columns:
- name: value
embeddings: # Easily make your LLM learnings searchable.
- from: all-MiniLM-L6-v2
embeddings:
- name: all-MiniLM-L6-v2
from: huggingface:huggingface.co/sentence-transformers/all-MiniLM-L6-v2Last updated
Was this helpful?