-
My dataset is creating an index of 10GB using Qdrant in langchain. I am creating both dense and sparse vectors. I am having issues with slow performance both creating the vectorstore ( took almost 6 d…
-
Hi, thanks for your great work! I wonder if it is proper for me to utilize the embeddings of diffusion model to learn the representations of dna sequence? Thanks a lot.
-
it appears we only support text embeddings with vertexai (not sure about googleai, but if we don't then this applies to googleai as well): https://github.com/firebase/genkit/blob/7e89290899515079c1c3c…
-
Since it looks like embeddings will be used for a while, it is worth optimizing the search for nearest embeddings to some extent. There is partially written code to cluster embeddings and using *a pri…
-
ghcr.io/huggingface/text-embeddings-inference:89
-
Can I use other LLMs? I connect to other remote models via their API, then locally rebroadcast a web server that bridge any OpenAI-compatible HTTP requests to the respective model.
I can see Lumos…
-
### 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…
-
in `tokenize_data.py`
```python
def embed_dataset_batch(model: InversionModel, batch: Dict) -> Dict:
assert "input_ids" in batch.keys(), f"invalid keys {batch.keys()}"
assert hasattr(mod…
-
多谢!学到不少。有一个问题,您的model的 [https://github.com/AI-Study-Han/Zero-Chatgpt/blob/d19e74bc3d2f15c743c084fb6949232a17b040d0/pretrain/model/config.json#L18C1-L19C1]( max_position_embeddings)设置这么大有什么特别的考虑和讲究吗?
…
-
Steps to reproduce:
1. Install the project according to the installation guide and run `python app.py`
2. Upload any sample mesh (e.g. rhino.glb) and select any prompt point
3. Exception:
```
1…