-
QuoraRetrieval seems to have been running properly until today. Some issue with the metadata block: "Repo card metadata block was not found. Setting CardData to empty"
-
When user upload model via URL and didn't provide model hash value, it will throw "model content changed" error, which is hard to understand. We should clearly tell user that model content has value n…
-
**Describe the bug**
I have setup pg_vector like so:
```
from vanna.pgvector import PG_VectorStore
from vanna.openai import OpenAI_Chat
class CustomVanna(PG_VectorStore, OpenAI_Chat):
de…
-
I'm trying to use this for PDF files but I don't see any PDF examples.
-
`from crewai import Agent, Task, Crew
from google.cloud import bigquery
from langchain_google_vertexai import VertexAI
from crewai_tools import SerperDevTool
llm = VertexAI(
temperature=0.0…
-
### Describe the bug
Running the following benchmark code:
```python
from time import time
import numpy as np
import torch
from sentence_transformers import SentenceTransformer
import intel_e…
-
executing run_pairwise_ranker.py【trainer.train_ranker(mode=args.mode)】 --> when I executed metrics.evaluate_and_aggregate() in the network_trainer.py file,I noticed that the variable results['model'][…
-
when i ran inference codein train.sh
python retrieve_train.py --mode=test --train_config=CROSS_ENCODER
it causes an error due to the a miss file qrels.csv in data/train
![错误](https://github.com/VT…
-
Hi,
I am hitting conflicting dependencies using haystack-chroma.
For some libraries I cannot use anything younger than
Python 3.9, and I have avoided Python 3.10 as I have seen some stuff I use it …
-
I checked the official examples: https://github.com/qdrant/qdrant-js/blob/master/examples/node-js-basic/index.js
But the document does not show how the vector value was obtained.
Can an interface be…