David de Matheu

Results 9 issues of David de Matheu

# Bug report ## Describe the bug Library is throwing a unbound error for variable response. ## To Reproduce Call : `response = supabase.storage.from_(bucket_name).download(file_path)` Full tracestack File \"/app/supabase_utils/download_utils.py\", line 39,...

needs repro

Querying requirements across RAG fall not only onto unstructured data that has been embedded and added to an vector database. It also falls onto structured data sources where semantic search...

enhancement
open for discussion

Currently support unified (re-rank results into single list) and separate (results for each pipeline returned separately) searches for a collection . Adding smart search which will do a smart routing...

roadmap
InPlanning

When sink is queried using search API, if the retrieved information is correct (based on feedback or by running results against a different model), we could re-ingest the retrieved query...

enhancement
open for discussion

As chat histories get longer, passing the entire history on every call is not a good practice. More so, user expects information from several messages ago to be available as...

enhancement
open for discussion

file_id is a unique identifier for each file processed by a pipeline. file_id = pipeline_id + cloudFile_id Necessary to be able to leverage delete, update and augment capabilities.

good first issue
roadmap

Right now we support a list of FilterConditions which are automatically AND to each other. More complex nesting might be necessary.

roadmap

Given a query to the search interface for a sink, generate the FilterConditions automatically using the metadata fields available for a sink.

roadmap

**Describe the bug** During upload, Onsuccess and OnChunkComplete events are not fired. TUS server shows a 204 response back to the client, but client doesn't seem to process / acknowledge....

bug