-
If faiss package is not installed, AccuracyCalculator() initialization raises `NameError: name 'faiss' is not defined`
-
First of all, thank you for publishing this up-to date wheel of the faiss library!
I ran into a very specific issue by using the wheel published, essentially I observed a performance issue on olde…
-
### Problem
Listing `faiss-cpu` as a required dependency has caused [numerous issues](https://github.com/jupyterlab/jupyter-ai/issues?q=label%3Adependency%3Afaiss-cpu+) for users.
- [Meta does n…
-
## Description
Cosine similarity is one of the more popular space types. faiss does not support it directly. Instead, they prefer to have data be normalized and then use the inner product (which is…
-
File "/Users/...../Desktop/genel/04 - programlar/Auto_Jobs_Applier_AI_Agent/main.py", line 11, in
from lib_resume_builder_AIHawk import Resume, FacadeManager, ResumeGenerator, StyleManager
Mo…
-
I was following [this doc](https://github.com/stanford-oval/suql/blob/main/docs/install_pip.md) to set up SUQL and trying to get the entry point example working. I was able to create the table in psql…
-
https://github.com/facebookresearch/faiss/wiki/Setting-search-parameters-for-one-query#searching-in-a-subset-of-elements
-
### Description
before ISSUE #1572 AND MR #1571, we found that we reuse docValues field like `KNNVectorFieldData` and do synthetic logic in _source field. and it can save about 1/3 disk usage. Als…
-
Hi, whenever I try to specify an algorithm parameter I get the following error:
```
$ python3 run.py --algorithm faiss_hnsw --dataset mnist-784-euclidean
2024-11-13 13:13:19,992 - annb - INFO - r…
-
I'm trying to install OpenOOD in a conda environment per yaml file, like so:
```yaml
name: env
channels:
- pytorch
- nvidia
- defaults
dependencies:
- python=3.12
- numpy
- matpl…