-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
from huggingface_hub import HfApi, hf_hub_url, cached_download, HfFolder
ImportError: cannot import name 'cached_download' from 'huggingface_hub' (C:\Users\ayush\anaconda3\envs\env_localGPT\lib\site…
-
Hello @henchaves
I read the document and applied your recommendation but still get an error.
Do you have any other recommendations?
```py
import os
import giskard
import pandas as pd
import …
-
### Contact Details
_No response_
### Feature Description
**Objective:**
Enhance the SecureChat functionality by integrating it with Cloude models to generate embeddings and facilitate question-an…
-
Hi, very nice and interesting work! I am wondering how did you generated concepts vector? Is it just foundation model's embeddings values? An original embedding from model like gigapth do have many no…
-
Hi @sokrypton and thanks for another great project,
No "issue" here, rather a question since I couldn't find it in this repo or the colabdesign one ...
Is there a way to get the residue embeddings…
-
I am trying to repeat the experiment but using a different dataset. I was able to prepare the data in the preprocessing files, but I am having trouble creating sequential embeddings from rank_lstm.py …
-
### System Info
OS: Windows 11
Rust version: cargo 1.75.0 (1d8b05cdd 2023-11-20)
Hardware: CPU AMD 6800HS
(text-generation-launcher --env didn't work)
### Information
- [ ] Docker
- [X] The CL…
-
Id like to add s3 metadata to my embeddings during the embedding creation process and realized that I wasnt sure the best place to do that. I wasnt sure if forking the project and adding to the file p…
-
I am looking through the MultipleNegativesRankingLoss.py code and I have question about the 'scale' hyperparameter. Also known as the 'temperature', the scale is used to stretch or compress the range …