-
Hi,
I need to download the datasets such as "YFCC-10M + CLIP" to compare between different vector databases.
Where can I find the download links?
-
Currently we don't have anything, and the [RAG example](https://github.com/pydantic/pydantic-ai/blob/main/pydantic_ai_examples/rag.py) just uses OpenAI's plain API to generate embeddings.
It seems …
-
# A Gentle Introduction to Vector Databases | Frank’s Ramblings
An introduction to vector databases for non-technical folks.
[https://frankzliu.com/2021/12/23/a_gentle_introduction_to_vector_databas…
-
I like your approach. Having at least an openai interface within trilium and save stuff is useful.
Did you think about maybe do some knowledge retrieval with a vector database in the background? ma…
-
Helpful piece of information to know when creating a vector database in e.g. Pinecone or when selecting a which vector database to use based on the dimensions of a given data set
JS-BC updated
1 month ago
-
# Cloud Report - Intro to Embeddings, Vector Databases, and RAG
An introduction to using large language models to search and summarize your data.
[https://blog.caseyharalson.com/posts/intro-to-embed…
-
**Describe the bug**
```
r2r
Usage: r2r [OPTIONS] COMMAND [ARGS]...
R2R CLI for all core operations.
Options:
--base-url TEXT Base URL for the API
--help Show this messag…
-
### 🚀 The feature
https://faiss.ai/index.html
### Motivation, pitch
This gives more flexibility to the user to use any vector database of their own choice.
-
**Describe the bug**
I've been experimenting with Redis and Redisearch for vector search on my 120-dimensional vectors. While everything seems very good on small amounts of data, after adding only …
-
下载到本地的embedding模型和llm模型都配置model_config里面修改了路径和配置项,但是在初始化知识库的时候报错,
其中的sentence_transformers包也下载过了,还是报错
![20241114153229](https://github.com/user-attachments/assets/cf993e8c-54ac-40b4-b9ee-0b65214dae8…