Skip to content
Discussion options

You must be logged in to vote

hi @SwagataChaudhuri, by default the memory doesn't persist data just for demos, but it's pretty simple. You can tweak the configuration and/or choose dependencies that persist the data.

There are 3 main dependencies to consider:

  • Queues
  • Files
  • Vectors

By default the code uses:

  • SimpleQueues, with Volatile storage
  • SimpleStorage, with Volatile storage
  • SimpleVectorDb, with Volatile storage

You can change the "Simple*" configurations to use "Disk" storage, e.g. editing the configuration files. Or you can select different dependencies, e.g.

  • Queues: Azure Storage Queues or RabbitMQ
  • Files: Azure Blobs or Local file system
  • Vectors: Azure AI Search or Qdrant. ElasticSearch will also soon be ava…

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dluc
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #203 on June 04, 2024 19:47.