SciPhi-AI / R2R

The most advanced Retrieval-Augmented Generation (RAG) system, containerized and RESTful
https://r2r-docs.sciphi.ai/
MIT License
3.64k stars 270 forks source link

Feature/fix stream format #1243

Closed emrgnt-cmplxty closed 1 month ago

emrgnt-cmplxty commented 1 month ago

[!IMPORTANT] Enhance search result handling in SearchResults.tsx, remove debug prints, and update version to 3.1.45.

  • Behavior:
    • Remove debug print statements from streaming_rag_pipe.py and agent.ts.
    • Update KGSearchResultItem in SearchResults.tsx to display findings and reorder tabs.
  • Versioning:
    • Increment version in pyproject.toml from 3.1.44 to 3.1.45.
  • Code Quality:
    • Remove trailing whitespace in ingestion.py.
    • Convert kg_creation_settings and kg_enrichment_settings to dicts in restructure.py if they are instances of their respective classes.
    • Fix off-by-one error in format_search_results_for_llm() in base_utils.py.

This description was created by Ellipsis for 120e48456a82253fbad35acdaa6eb8a69de511fc. It will automatically update as commits are pushed.