wzhero1 opened a new issue, #757:
URL: https://github.com/apache/flink-agents/issues/757

   ### Search before asking
   
   - [x] I searched in the 
[issues](https://github.com/apache/flink-agents/issues) and found nothing 
similar.
   
   ### Description
   
   Commit b20b2960 added `Mem0VectorStore` as a built-in 
`CollectionManageableVectorStore` provider (Python), but documentation is 
missing in multiple places:
   
   1. `docs/content/docs/development/vector_stores.md` — no "Mem0" section 
under "Built-in Providers" (currently documents: Amazon OpenSearch, Amazon S3 
Vectors, Chroma, Elasticsearch, Milvus).
   2. `docs/content/docs/faq/faq.md` — Vector Stores provider matrix lacks a 
Mem0 entry.
   3. `python/flink_agents/api/resource.py` — no 
`ResourceName.VectorStore.MEM0_VECTOR_STORE` constant; users must use the full 
class path to declare the resource.
   
   The `Mem0VectorStore` wraps Mem0's native vector store ecosystem (pgvector, 
milvus, qdrant, redis, etc.) and exposes parameters: `provider` (str), 
`provider_config` (dict), `collection` (str).
   
   Parent feature issue: #620
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to