Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikyw89/mongodb-vector-playground
https://github.com/vikyw89/mongodb-vector-playground
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vikyw89/mongodb-vector-playground
- Owner: vikyw89
- Created: 2023-12-24T17:32:27.000Z (12 months ago)
- Default Branch: alpha
- Last Pushed: 2023-12-27T04:05:21.000Z (12 months ago)
- Last Synced: 2024-10-12T08:45:33.612Z (2 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongodb-vector-playground
This is a playground to get familiar with pymongo and mongodb vectors, which is useful in designing low level semantic search using KNN, or ANN from scratch in AI applications.
Cons:
- No inferred static typing
- No type safety yet