MemoryupstashVectorServerless HTTP vector DB from Upstash.import { upstashVector } from '@agentskit/memory' const store = upstashVector({ url: process.env.UPSTASH_VECTOR_REST_URL!, token: process.env.UPSTASH_VECTOR_REST_TOKEN!, namespace: 'prod', }) #Options OptionTypeurlstringtokenstringnamespacestring? #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.β PreviouschromaNext βweaviateVectorStoreβ Edit this page on GitHubΒ·Found a problem? Open an issue βΒ·How to contribute βEdit on GitHubchromaChroma vector DB via HTTP.weaviateVectorStoreWeaviate vector store. REST batch insert + GraphQL nearVector search.