-
> 온보딩 강의 세션: https://wiki.navercorp.com/pages/viewpage.action?pageId=2563437089
# IQ-Engine
## 학습 내용
- [staging-iqe-hub](https://staging-iqe-hub.navercorp.com/view/app/intro)에서 연습 가능
- [doc](htt…
-
using grpc instead of rest.
rest is working fine but using grpc gives error.
File "/home/ubuntu/prashant/codex_genai/.venv/lib/python3.10/site-packages/qdrant_client/conversions/conversion.py"…
-
### Which component is this bug for?
Traceloop SDK
### 📜 Description
For some reasons, the installation script downloads all versions of the library. Is this intended or a bug?
### 👟 Reproduction …
-
python processing.py -cp configs/paper -cn processing-asqa-retrieval output_path=/result cache=true
[2024-08-09 22:06:34,733][__main__][INFO] - name: asqa_retrieval
cache: true
output_p…
-
Some clusters that have not been officially released can be enabled in addon, and these clusters need to be labeled as experimental for users to understand. i.e. weaviate, milvus, qdrant.
```
kb add…
-
### Description
Qdrant 1.11 brings support for uuid indexes with the is_tenannt = true flag. as well as indexes for hashmaps.
Will need to test if the hashmap index allows for many nested objects.…
-
I'm trying to use the Qdrant plugin in a very basic graph to search an existing collection. I can see all collections using the LIST COLLECTIONS node, so connectivity is not an issue. I use the GET EM…
-
### Bug Description
When making APi calls langfuse tracing callback in only working when engine / index are initialized again with api call
working in this case:
```python
def stream_gener…
-
Currently it uses a `ContainerResource` but it should be possible to use `Aspire.Hosting.Qdrant`.
On the consuming side it would be ideal if we could use `Aspire.Qdrant.Client`, but that would at l…
-
```
if (!await qdrantClient.CollectionExistsAsync(collectionName))
{
await qdrantClient.CreateCollectionAsync(
collectionName: collectionName,
//set dense vector
vect…