Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vikyw89/mongodb-vector-playground


https://github.com/vikyw89/mongodb-vector-playground

Last synced: about 1 month ago
JSON representation

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