Data Store
What is a Datastore?
What You Can Do with a Datastore
from gllm_core.schema import Chunk
# Create chunks with structured content
chunks = [
Chunk(content="AI is the future of technology."),
Chunk(content="Machine learning enables pattern recognition."),
Chunk(content="Deep learning powers modern AI applications.")
]Last updated
Was this helpful?