Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for while Vector
GitHub Repo https://github.com/KsanaDock/CharacterMemory

KsanaDock/CharacterMemory

This project is designed to serve as a memory system for AI characters in games. It specifically addresses the challenge of vectorizing memory data by avoiding the "slicing problem" (context fragmentation) while preserving the semantic understanding capabilities of vectorization.
GitHub Repo https://github.com/jonathanglasmeyer/knowledge-vector-search

jonathanglasmeyer/knowledge-vector-search

Find relevant information in your documents using natural language queries - no more keyword matching or manual browsing through hundreds of files. Built for speed and efficiency, this lightweight system searches through 500+ documents in under 300ms while using only 100MB of memory.
GitHub Repo https://github.com/mettienne/tiered-vector

mettienne/tiered-vector

Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(1) and insertion and deletion in time O(n^ε) for ε > 0 while using o(n) extra space.
GitHub Repo https://github.com/dingodb/dingo

dingodb/dingo

A multi-modal vector database that supports upserts and vector queries using unified SQL (MySQL-Compatible) on structured and unstructured data, while meeting the requirements of high concurrency and ultra-low latency.
GitHub Repo https://github.com/rpapallas/illustrate.nvim

rpapallas/illustrate.nvim

🎨 Illustrate is a lua plugin for neovim that lets you quickly create, search and open vector files (in software such Inkscape, Adobe Illustrator, or Affinity Designer 2) from within neovim while working with LaTeX, Markdown or Typst documents.
GitHub Repo https://github.com/valkey-io/valkey-search

valkey-io/valkey-search

valkey-search is a C++ module which extends valkey with vector search and secondary indexing capabilities. It enables users to index and query data stored in Valkey using complex queries with filters while maintaining high performance and scalability.
GitHub Repo https://github.com/baryhuang/mcp-hubspot

baryhuang/mcp-hubspot

A Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
GitHub Repo https://github.com/Hairetsu/Notate

Hairetsu/Notate

Notate is a desktop chat application that takes AI conversations to the next level. It combines the simplicity of chat with advanced features like document analysis, vector search, and multi-model AI support - all while keeping your data private.
GitHub Repo https://github.com/yakitoritabetai/Leaflet.LabelTextCollision

yakitoritabetai/Leaflet.LabelTextCollision

Leaflet.LabelTextCollision is a LeafletJS plug-in to display labels on vector data while avoiding label collisions.
GitHub Repo https://github.com/MrUnbelievable92/MaxMath

MrUnbelievable92/MaxMath

A supplementary SIMD math library to Unity.Mathematics, extending it to all C# numeric types while adding many new types and functions. Written entirely with hardware intrinsics, using Unity.Burst.