GitHub - lancedb/vectordb-recipes: High quality resources & applications for LLMs, multi-modal models and VectorDBs
The ideal solution for AI-native vectorDB would be something that would would be easy to set up and should integrate with existing APIs for rapid prototyping but should be able to scale without additional changes.
LanceDB is designed with this approach. Being server-less, it requires no setup β just import and start using. Persisted in HDD, allowing... See more
LanceDB is designed with this approach. Being server-less, it requires no setup β just import and start using. Persisted in HDD, allowing... See more
Ayush Chaurasia β’ LLMs, RAG, & the missing storage layer for AI
Nicolay Gerold added
LanceDB
LanceDB is an open-source vector database for AI that's designed to store, manage, query and retrieve embeddings on large-scale multi-modal data. The core of LanceDB is written in Rust π¦ and is built on top of Lance, an open-source columnar data format designed for performant ML workloads and fast random access.
Both the database and the un... See more
LanceDB is an open-source vector database for AI that's designed to store, manage, query and retrieve embeddings on large-scale multi-modal data. The core of LanceDB is written in Rust π¦ and is built on top of Lance, an open-source columnar data format designed for performant ML workloads and fast random access.
Both the database and the un... See more
LanceDB - LanceDB
Nicolay Gerold added
Original creator : Jesse Zhang (GH: emptycrown, Twitter: @thejessezhang), who courteously donated the repo to LlamaIndex!
This is a simple library of all the data loaders / readers / tools / llama-packs that have been created by the community. The goal is to make it extremely easy to connect large language models to a large variety of knowledge sour... See more
This is a simple library of all the data loaders / readers / tools / llama-packs that have been created by the community. The goal is to make it extremely easy to connect large language models to a large variety of knowledge sour... See more
GitHub - run-llama/llama-hub: A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
Nicolay Gerold added
pg_vectorize: a VectorDB for Postgres
A Postgres extension that automates the transformation and orchestration of text to embeddings and provides hooks into the most popular LLMs. This allows you to do vector search and build LLM applications on existing data with as little as two function calls.
This project relies heavily on the work by pgvector f... See more
A Postgres extension that automates the transformation and orchestration of text to embeddings and provides hooks into the most popular LLMs. This allows you to do vector search and build LLM applications on existing data with as little as two function calls.
This project relies heavily on the work by pgvector f... See more
GitHub - tembo-io/pg_vectorize: The simplest way to orchestrate vector search on Postgres
Nicolay Gerold added
Vector databases can be used to store and serve machine learning models and their corresponding embeddings. The primary application is similarity search (also semantic search),
Ben Auffarth β’ Generative AI with LangChain: Build large language model (LLM) apps with Python, ChatGPT, and other LLMs
AI Image Search with Amazon Bedrock and Supabase Vector in Python
youtube.comAndrΓ©s added
π¦ Service Deployment - Ray Serve (https://lnkd.in/eAV-Y6RN)
π§° Data Transformation - Ray Data (https://lnkd.in/e7wYmenc)
π LLM Integration - AIConfig (https://lnkd.in/esvH5NQa)
π Vector Database - Weaviate (https://weaviate.io/)
π Supervised LLM Fine-Tuning - HuggingFace TLR (https://lnkd.in/e8_QYF-P)
π LLM Observability - Weights & Biases Tra... See more
π§° Data Transformation - Ray Data (https://lnkd.in/e7wYmenc)
π LLM Integration - AIConfig (https://lnkd.in/esvH5NQa)
π Vector Database - Weaviate (https://weaviate.io/)
π Supervised LLM Fine-Tuning - HuggingFace TLR (https://lnkd.in/e8_QYF-P)
π LLM Observability - Weights & Biases Tra... See more
Feed | LinkedIn
Welcome to prompttools created by Hegel AI! This repo offers a set of open-source, self-hostable tools for experimenting with, testing, and evaluating LLMs, vector databases, and prompts. The core idea is to enable developers to evaluate using familiar interfaces like code, notebooks, and a local playground.... See more
In just a few lines of codes, you can t
Testing framework for LLM Part
Nicolay Gerold added