Faiss

Open-source projects categorized as Faiss

Top 19 Faiss Open-Source Projects

  • Milvus

    A cloud-native vector database, storage for next generation AI applications

  • Project mention: Ask HN: Who is hiring? (April 2024) | news.ycombinator.com | 2024-04-01

    Zilliz (zilliz.com) | Hybrid/ONSITE (SF, NYC) | Full-time

    I am part of the hiring team for DevRel

    NYC - https://boards.greenhouse.io/zilliz/jobs/4307910005

    SF - https://boards.greenhouse.io/zilliz/jobs/4317590005

    Zilliz is the company behind Milvus (https://github.com/milvus-io/milvus), the most starred vector database on GitHub. Milvus is a distributed vector database that shines in 1B+ vector use cases. Examples include autonomous driving, e-commerce, and drug discovery. (and, of course, RAG)

    We are also hiring for other roles that I am not personally involved in the hiring process for such as product managers, software engineers, and recruiters.

  • llmware

    Providing enterprise-grade LLM-based development framework, tools, and fine-tuned models.

  • Project mention: More Agents Is All You Need: LLMs performance scales with the number of agents | news.ycombinator.com | 2024-04-06

    I couldn't agree more. You should check out LLMWare's SLIM agents (https://github.com/llmware-ai/llmware/tree/main/examples/SLI...). It's focusing on pretty much exactly this and chaining multiple local LLMs together.

    A really good topic that ties in with this is the need for deterministic sampling (I may have the terminology a bit incorrect) depending on what the model is indended for. The LLMWare team did a good 2 part video on this here as well (https://www.youtube.com/watch?v=7oMTGhSKuNY)

    I think dedicated miniture LLMs are the way forward.

    Disclaimer - Not affiliated with them in any way, just think it's a really cool project.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • usearch

    Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍

  • Project mention: USearch SQLite Extensions for Vector and Text Search | news.ycombinator.com | 2024-02-22
  • sqlite-vss

    A SQLite extension for efficient vector search, based on Faiss!

  • Project mention: Embeddings are a good starting point for the AI curious app developer | news.ycombinator.com | 2024-04-17

    Perhaps sqlite-vss? It adds vector searches to sqlite.

    https://github.com/asg017/sqlite-vss

  • pgvecto.rs

    Scalable, Low-latency and Hybrid-enabled Vector Search in Postgres. Revolutionize Vector Search, not Database.

  • Project mention: My binary vector search is better than your FP32 vectors | dev.to | 2024-03-25

    To evaluate the performance metrics in comparison to the original vector approach, we conducted benchmarking using the dbpedia-entities-openai3-text-embedding-3-large-3072-1M dataset. The benchmark was performed on a Google Cloud virtual machine (VM) with specifications of n2-standard-8, which includes 8 virtual CPUs and 32GB of memory. We used pgvecto.rs v0.2.1 as the vector database.

  • snowChat

    Chat snowflake database - Text to SQL

  • Project mention: 🥳 Announcing the winners of the Summit Hackathon! | /r/StreamlitOfficial | 2023-05-16

    🏆 1st place goes to snowChat, created by Kaarthik Andavar

  • megabots

    🤖 State-of-the-art, production ready LLM apps made mega-easy, so you don't have to build them from scratch 🤯 Create a bot, now 🫵

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • feder

    Visualize hnsw, faiss and other anns index

  • Project mention: CRUD operations on Vector Databases | /r/LangChain | 2023-12-08
  • faiss-rs

    Rust language bindings for Faiss

  • Project mention: Do we really need a specialized vector database? | dev.to | 2023-08-06

    Rewriting pgvector in Rust can enable the code to be organized in a more modern and extensible way. Rust's ecosystem is also very rich, with existing Rust bindings such as faiss-rs.

  • faiss-server

    faiss serving :)

  • DocumentGPT

    DocumentGPT is a web application that allows you to chat over your research document using OpenAI's chat API and perform semantic search using vector databases. This tool provides a seamless interface for interacting with your research document, exploring search results, and engaging in a conversation with an AI chatbot.

  • Project mention: DocumentGPT with Agents | /r/StreamlitOfficial | 2023-07-07

    Was really excited to get everything working! Check it out at: https://github.com/aju22/DocumentGPT

  • TalkWithYourFiles

    An LLM GUI application; enables you to interact with your files, offering dynamic parameters that can modify response behavior during runtime.

  • Project mention: Using Streamlit to upload multiple files to interact with Langchain | /r/Streamlit | 2023-05-22

    For example, I'm using st.file_uploader to manage uploading multiple files & I'm processing that with langchain in this project and I don't require any directories?

  • hn-recommendation-api

    A recommendation system for Hacker News. Get the most similar posts for a given URL

  • Project mention: Show HN: HN recommend – A recommendation engine for Hacker News | news.ycombinator.com | 2023-06-19
  • NeoGPT

    Your Local AI Assistant: Seamlessly Chat, Execute Commands, and Interpret Code with Local Models for Ultimate Privacy.

  • Project mention: HacktoberRest | dev.to | 2023-11-01

    One of the most interesting projects I came across this month was NeoGPT. It's a GPT based application that is being built to converse with documents and videos. While still in its infancy, the project has outlined a cool roadmap and has a very active base of contributors continuously expanding on its functionality. The project appeals to my desire to learn how to work with AI and neural networks. It is also at a development stage that it is not outside of the reach of my comprehension. Icing on the cake being it's Py based, which is my sharpest tool at the moment. I see it as a decent project to stay tapped into and grow my skills as the application develops.

  • faiss-mobile

    FAISS library compiled for iOS, macOS, tvOS, watchOS

  • Project mention: FAISS Mobile for iOS / macOS | news.ycombinator.com | 2024-03-19
  • Paper-Recommendation-System

    Web interface to search ArXiv papers using NLP Sentence-Transformers, Faiss and Streamlit

  • Llama-2-GGML-CSV-Chatbot

    The Llama-2-GGML-CSV-Chatbot is a conversational tool leveraging the powerful Llama-2 7B language model. It facilitates multi-turn interactions based on uploaded CSV data, allowing users to engage in seamless conversations.

  • Project mention: Do you Know! Llama ? | dev.to | 2024-04-11

    huggingface.co/Llama-2-GGML-CSV-Chatbot

  • SHREC2023-ANIMAR

    Source codes of team TikTorch (1st place solution) for track 2 and 3 of the SHREC2023 Challenge

  • semdesk

    Semantic Desktop Search - search for answers not the file names

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Faiss related posts

Index

What are some of the best open-source Faiss projects? This list will help you:

Project Stars
1 Milvus 26,857
2 llmware 3,127
3 usearch 1,629
4 sqlite-vss 1,426
5 pgvecto.rs 1,375
6 snowChat 385
7 megabots 334
8 feder 320
9 faiss-rs 184
10 faiss-server 133
11 DocumentGPT 99
12 TalkWithYourFiles 85
13 hn-recommendation-api 78
14 NeoGPT 55
15 faiss-mobile 34
16 Paper-Recommendation-System 19
17 Llama-2-GGML-CSV-Chatbot 8
18 SHREC2023-ANIMAR 6
19 semdesk 1

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com