Rafay M.
Rafay M.
# Summary Why cant we set nprobe, efSearch and ht using GpuParameterSpace() Following is my code: ```python import faiss import numpy as np random_vectors = np.random.rand(10000, 768).astype('float32')#dummy data co =...
**Issue / Bug** Current implementation of OpenAIMultiClient is according to older version of OpenAI. For async calls `acreate` function was used to do asynchronous calls. Example from OpenAI repo: ```python...
I have few concerns: 1- When reading pdf using PdfReader, we get reader object which when printed shows quite detailed meta data. I cant see the text content in that...