-
Description:
I am experiencing an issue with the similarity function from the pg_trgm extension in Supabase. Even though the pg_trgm extension is enabled, the function similarity(text, text) does not…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have this code for knowledge graph construction and I am getting some results for the …
-
I am planning to refactor the [existing Embeddings class](https://github.com/holoviz/lumen/blob/main/lumen/ai/embeddings.py#L6).
The purpose is to supply LLMs with up-to-date or private data using re…
-
The ROUGE (Recall-Oriented Understudy for Gisting Evaluation) score is a metric used to evaluate the quality of machine-generated text, such as summaries and translations. It compares the machine-gene…
-
## 🐍 Package Request
- usearch 2.15.2
- https://github.com/unum-cloud/usearch
- https://pypi.org/project/usearch/
- Package Dependencies that needs to be resolved first: pybind11, numpy
## C…
-
### What is the issue?
When using different context sizes (`num_ctx`) with the Ollama embedding model, I noticed big differences in the cosine similarity of the embeddings. Specifically, when I set t…
-
Hello, I use local data, including reference and response data, use Azure, and then use ragas to obtain accuracy indicators, but errors are reported:
`
Evaluating: 0%| | 1/301 [00:04
-
如题
rknn-toolkit2版本 2.0.0b17 (更高版本转换时会报`invalid tensor malloc size, tensor name: , target: CPU, size: 0`这个错误)
librknnrt.so版本2.2.0
导出onnx:
```python
import torch
from transformers import T…
-
### 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…
-
start with the courses:
1. https://courses.analyticsvidhya.com/courses/Intro-to-NLP
2. https://github.com/fastai/course-nlp
projects:
1. sentiment analysis
2. text summarization
3. chat bot
4. NER
5…