MemorychromaChroma vector DB via HTTP.import { chroma } from '@agentskit/memory' const store = chroma({ url: process.env.CHROMA_URL ?? 'http://localhost:8000', collection: 'agentskit', }) #Options OptionTypeurlstringcollectionstringtenantstring?databasestring? #Related pinecone Β· qdrant Explore nearbyPeerMemoryChat memory + vector stores + wrappers that make long-running agents practical.PeerfileChatMemoryJSON-file-backed chat memory. Zero infra. Survives restarts.PeersqliteChatMemorySQLite-backed chat memory. Indexed by session + timestamp.β PreviousqdrantNext βupstashVectorβ Edit this page on GitHubΒ·Found a problem? Open an issue βΒ·How to contribute βEdit on GitHubqdrantSelf-hosted or cloud Qdrant via HTTP.upstashVectorServerless HTTP vector DB from Upstash.