-
### Elasticsearch Version
8.7.1
### Installed Plugins
analysis-icu
### Java Version
_bundled_
### OS Version
Linux 5.14.0-362.18.1.el9_3.x86_64
### Problem Description
I have an index contain…
-
Hi Yury,
I am trying to understand hnswlib code. w.r.t. this:
```
char **linkLists_{nullptr};
```
I understand this is storing adjacency list for l > 0.
Why is this a `char**` instead o…
-
**Describe the bug**
I'm having trouble using the new SqliteVectorStore included in the latest release.
I first attempted using the `AddSqliteVectorStore(connectionString, options, serviceId)` overl…
-
I'm curious as to how TS supports generation of embeddings for documents with more tokens than the model can handle (most models support 512 only).
Will it just truncate the doc (or does the model …
-
Is the FAISS Index Factory string `IVF132_HNSW32,PQ5x8`
```
D = 128
index = faiss.index_factory(D, `IVF132_HNSW32,PQ5x8`)
```
equivalent to the following code
```
hnsw_m = 32
nlist = 132
…
-
# Bug Report
## Installation Method
Docker
## Environment
- **Open WebUI Version:** 0.3.23
- **Operating System:** Amazon Linux / Red Hat Enterprise Linux
**Confirmation:**
- [x] …
-
Hi, Great package! I am trying to run PARC's UMAP implementation but I receive the following error:
![image](https://user-images.githubusercontent.com/46010245/121109852-3105a080-c7c1-11eb-975f-a4a51…
-
### [What is a Vector Database?](https://www.pinecone.io/learn/vector-database/)
![image](https://user-images.githubusercontent.com/37278360/224461626-a6b141ab-8e9c-43bf-9b72-b013293c9186.png)
-
# Summary
Using HNSWFlat Index with METRIC_BrayCurtis to search brings different results ***sometime*** when running on CPU and GPU.
# Platform
OS: Ubuntu 24.04 LTS
Faiss version:…
-
Hi @kno10
I can't open an issue in the forked repo.
We are running everything in docker; you can see the docker files and the scripts (sisap23-run.sh, sisap23-run-docker.sh) in
-
How can…