airweave
canopy
airweave | canopy | |
---|---|---|
2 | 23 | |
514 | 975 | |
47.9% | - | |
9.8 | 7.5 | |
7 days ago | 4 months ago | |
Python | Python | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
airweave
-
Ask HN: What Are You Working On? (February 2025)
I'm working on Airweave https://github.com/airweave-ai/airweave , an open-source dev tool that makes any app searchable for AI agents. it connects to a source app, db, or api and converts its contents to accessible knowledge for agents. Airweave automates authentication, ingestion, enrichment, mapping, and syncing to vector stores and graph databases of choice. you can use it via our UI, API, or SDKs https://docs.airweave.ai/
we originally built this for our previous agent startup as an internal solution to ensure agents could find the relevant data on apps they're using. We then pivoted to this after some early positive reactions and decided to open-source it.
here's a short demo: https://tinyurl.com/demo-airweave
we're two engineers/friends based in Amsterdam, NL. We just launched the project, so it's rough around the edges ofc, but we're very eager to get some feedback!
feel free to reach out to me personally if you like this!
- Show HN: Airweave – Open-Source Tool That Turns App Data into Agent Knowledge
canopy
-
vec2pg: Migrate to pgvector from Pinecone and Qdrant
At launch we support migrating to Postgres from Pinecone and Qdrant. You can vote for additional providers in the issue tracker and we'll reference that when deciding which vendor to support next.
-
Removing stuff is never obvious yet often better
Thank you. :) I don’t think of it as social media marketing but more of helping our target audience learn useful things.
Probably our learning center is what you’re thinking of. https://www.pinecone.io … The blog is more of a news ticker for product and company news.
-
Top 5 Vector Databases in 2024
Overview: Pinecone offers a fully managed vector database service optimized for fast and scalable similarity searches. It supports various AI and ML applications with its robust infrastructure.
-
Can I use GenAI services to predict football results? - My experience during European Football Championship 2024
As a recommended option, Bedrock suggests creating a vector store based on Amazon OpenSearch Serverless. In my opinion, OpenSearch is very expensive, so I wanted to choose a cheaper option. First, I tested MongoDB Atlas, which has a free tier. However, the free tier doesn't include the features needed to use it as a vector store in Bedrock. Since Pinecone offers a free tier that can be used as a Bedrock vector store, I used it for this test.
-
Introducing vectorlite: A Fast and Tunable Vector Search Extension for SQLite
With the rise of LLMs(Large Language Models) and RAG(Retrieval-Augmented Generation), vector databases, like Milvus and Pinecone, are getting a lot of attention. Traditional databases are also catching up in vector search support via third-party extensions, such as pgvector for PostgreSQL and sqlite-vss for SQLite.
-
Building a Secure PDF Chat AI Application with Langchain, Next.js, arcjet, and Pinecone DB
Interactive chat applications are becoming increasingly popular, especially those capable of understanding and processing document content. In this tutorial, we'll build a secure PDF chat AI application using Langchain, Next.js, Pinecone DB, and Arcjet.com. This application will allow users to upload PDFs and interact with an AI that can answer questions based on the content of the uploaded documents.
-
List of 45 databases in the world
Pinecone — Vector database for machine learning and AI applications.
-
Build a simple RAG chatbot with LangChain...
To create a PineCone account, sign up via this link: https://www.pinecone.io/
-
BMF: Frame extraction acceleration- video similarity search with Pinecone
So you might have seen in my last blog post that I showed you how to accelerate video frame extraction using GPU's and Babit multimedia framework. In this blog we are going to improve upon our video frame extractor and create a video similarity search(Reverse video search) utlizing different RAG(Retrival Augemented Gerneation) concepts with Pinecone, the vector database that will help us build knowledgeable AI. Pinecone is designed to perform vector searches effectively. You'll see throughout this blog how we extrapulate vectors from videos to make our search work like a charm. With Pinecone, you can quickly find items in a dataset that are most similar to a query vector, making it handy for tasks like recommendation engines, similar item search, or even detecting duplicate content. It's particularly well-suited for machine learning applications where you deal with high-dimensional data and need fast, accurate similarity search capabilities. Reverse video search works like reverse image search but uses a video to find other videos that are alike. Essentially, you use a video to look for matching ones. While handling videos is generally more complex and the accuracy might not be as good as with other models, the use of AI for video tasks is growing. Reverse video search is really good at finding videos that are connected and can make other video applications better. So why would you want to create a video similarity search app?
- FLaNK AI Weekly for 29 April 2024
What are some alternatives?
clientai - A unified client for AI providers with built-in agent support.
Amphion - Amphion (/æmˈfaɪən/) is a toolkit for Audio, Music, and Speech Generation. Its purpose is to support reproducible research and help junior researchers and engineers get started in the field of audio, music, and speech generation research and development.
gptme - Your agent in your terminal, equipped with local tools: writes code, uses the terminal, browses the web, vision.
R2R - SoTA production-ready AI retrieval system. Agentic Retrieval-Augmented Generation (RAG) with a RESTful API.
langroid - Harness LLMs with Multi-Agent Programming
tiger - Open Source LLM toolkit to build trustworthy LLM applications. TigerArmor (AI safety), TigerRAG (embedding, RAG), TigerTune (fine-tuning)