AI-Northstar-Tech / vector-io

The only Vector tooling you'll need. Star the repo and look out for an email to try out a brand new Vector Data Exploration demo! Use the universal VDF format for vector datasets to easily export and import data from all vector databases, and re-embed it using any model
https://tryvector.io
Apache License 2.0
198 stars 26 forks source link

add : monogdb integration #103

Closed vipul-maheshwari closed 1 week ago

vipul-maheshwari commented 3 months ago

Update .gitignore

✨ Generated with love by Kaizen ❤️

Original Description ## TODOs: MongoDB Integration - [ ] Add `MONGODB` to DBNames enum in `src/vdf_io/names.py` - [ ] Create and implement `ExportMongoDB` class in `src/vdf_io/export_vdf/export_mongodb.py` - [ ] Create and implement `ImportMongoDB` class in `src/vdf_io/import_vdf/import_mongodb.py` - [ ] Update `export_vdf_cli.py` to include `ExportMongoDB` - [ ] Update`import_vdf_cli.py` to include `ImportMongoDB` - [ ] Add MongoDB to "In Progress" section in `README.md` - [ ] Add `pymongo` to project dependencies - [ ] Write unit tests for `ExportMongoDB` and `ImportMongoDB` - [ ] Update configuration files for MongoDB connection details - [ ] Implement MongoDB-specific error handling
kaizen-bot[bot] commented 1 week ago

🔍 Code Review Summary

Attention Required: This push has potential issues. 🚨

Overview

Version Control (1 issues)
_ 1. Changes made to sensitive file_ ------ 📁 **File:** [.gitignore](.gitignore#L37) 🔍 **Reasoning:** 💡 **Solution:** Changes were made to .gitignore, which needs review **Current Code:** ```python NA ``` **Suggested Code:** ```python ```

✨ Generated with love by Kaizen ❤️

Useful Commands - **Feedback:** Reply with `!feedback [your message]` - **Ask PR:** Reply with `!ask-pr [your question]` - **Review:** Reply with `!review` - **Explain:** Reply with `!explain [issue number]` for more details on a specific issue - **Ignore:** Reply with `!ignore [issue number]` to mark an issue as false positive - **Update Tests:** Reply with `!unittest` to create a PR with test changes