kubni

Results 9 comments of kubni

I have the same issue. It started after patch 13.22. Sometimes I can reconnect, sometimes it gives me an error message on Reconnect button too. Also, often I can't edit...

I can confirm that using Python 3.11.9 allows me to install latest versions of megaparse-sdk and megaparse

Here is another example of weird title stuff: Here is a page: ![image](https://github.com/user-attachments/assets/d52cd6ff-a7a0-4df3-8adb-df64905390f9) OCR correctly detects this title as level 0 title: `{'title': '7. Institutional stakeholders and their roles', 'level':...

When I am searching the database the usual way (without DSPy) I do something like this: ```python with torch.no_grad(): batch_query = processor.process_queries([query_text]).to(model.device) query_embedding = model(**batch_query) multivector_query = ( query_embedding[0].cpu().float().tolist() )...

Thanks for the reply. I will try some of the ideas you proposed.

Okay, thanks for the heads up, @okhat . I am still new to DSPy, so I am trying to see how various things work and fit together. I will definitely...

Hey @okhat. My RAG pipeline involves retrieving a Qdrant point which contains a base64 encoded image from the database, and afterwards I pass it to the VLM like 4o-mini. Is...

Yeah I understand that, but is it possible to send images to LMs via ChainOfThought or some other similar DSPy construct?

I am having the same issue, except its `0.7.1+cu124` instead of `0.7.1+cu121`