nairajay2k

Results 11 issues of nairajay2k

Some of my bulk upserts of points are failing due to timeout. What is the default and how can I change the default timeout for upsert? Please provide some python...

Hi, 1. I create a collection client = QdrantClient("localhost", port=6333) client.recreate_collection( collection_name="test_collection", vectors_config=VectorParams(size=1024, distance=Distance.DOT), ) 2. I search against that collection print(client.search( collection_name="test_collection", query_vector=v, limit=3, )) This works. 3. But...

How do I do searches in qdrant purely based on non vector fields in the query??

This is one search result corresponding to schema. ScoredPoint(id='ef72218e-c3a0-4177-87cd-92d7c715e12b', version=49618, score=539.0775, payload={'claim_number': '00001', 'dependent_on': None, 'file_name': 'check.XML.out', 'is_dependent': 'false', 'snippet': '1. such that', 'score': 539.0775}, vector=[0.1,0.2,0.1]) And this is how...

Hi, I am successfully able to connect to a bucket on us-east-1 using filestash. However , I am unable to do so on another bucket on eu-west-1. It doesnt seem...

Hi All, I have to compute gradient on BERT model on inferentia. For this I guess I also need access to the hidden layers. Im currently not able to proceed...

test: added another create table method with a field as list of ints

Hi, Im getting the following error. Exception while upserting Error serializing to JSON: UnicodeEncodeError: 'utf-8' codec can't encode character '\udcb0' in position 128: surrogates not allowed Traceback (most recent call...

python ~/pcs/NeMo//examples/asr/asr_chunked_inference/ctc/speech_to_text_buffered_infer_ctc.py --asr_model="stt_hi_conformer_ctc_large" --test_manifest="" --output_path="" --model_stride=4 usage: speech_to_text_buffered_infer_ctc.py [--help] [--hydra-help] [--version] [--cfg {job,hydra,all}] [--resolve] [--package PACKAGE] [--run] [--multirun] [--shell-completion] [--config-path CONFIG_PATH] [--config-name CONFIG_NAME] [--config-dir CONFIG_DIR] [--experimental-rerun EXPERIMENTAL_RERUN] [--info [{all,config,defaults,defaults-tree,plugins,searchpath}]] [overrides...

bug
stale

Hi @drazvan , Its having another issue on 0.8.0 tag. When I run llama 7b as nemoguardrails chat --config ~/venv/lib/python3.10/site-packages/examples/configs/llm/hf_pipeline_llama2/ (I changed occurance of 13b to 7b in the config.yml...

bug
status: waiting confirmation