Skip to content

Releases: Qredence/GraphFleet

Streamlit UI + FastAPI Update

29 Aug 22:14
a67eaeb
Compare
Choose a tag to compare
  • Adding Streamlit
  • Adding FastAPI

What's Changed

Full Changelog: v0.5.3...api

FastAPI for Query up to date with latest GraphRAG version

28 Aug 15:16
bf7552a
Compare
Choose a tag to compare

Release GraphFleet Update 0.5.25

27 Aug 19:11
Compare
Choose a tag to compare

Update 0.5.25 - Release GraphFleet
Adding latest update of GraphRAG 0.3.2
Add GENAIScript for ingesting
Add improvement and complet notebooks easy to launch

  • Cleanup
  • Bug fixes

Full Changelog: v0.5.2...v0.5.25

v0.5.2

26 Aug 17:27
7e3ab4c
Compare
Choose a tag to compare
  • Update 0.3.1 GraphRAG
  • Update and fix dependancies
  • API Endpoint workin progress
  • Notebooks to get started in 5min
  • Change to Python 3.11.5
  • Cleanup

What's Changed

  • Update README.md by @Zochory in #44
  • update 0.5.2 notebooks , latest graphrag, preparation UI by @Zochory in #45

Full Changelog: v0.5.11...v0.5.2

Update 0.5.11

22 Aug 09:31
932ae56
Compare
Choose a tag to compare

GraphFleet 0.5.11
Updates:
graphrag updated to 0.3.1
Refactor:
Backend improvements
Enhancements:
Simplified starting process with the Notebook, from indexing to querying
Bug Fixes:
Various bug fixes
Removals:
Streamlit
FastAPI
In Development:
Cloud API
Frontend open-source no-code
Integration of an agent
Integration of Composio
Integration of Autogen
Releasing of AgenticFleet, which fully utilizes GraphFleet
Open to suggestions!

What's Changed

Full Changelog: v0.4.0...v0.5.11

v0.4.0

14 Aug 21:48
dd94707
Compare
Choose a tag to compare

0.4 - 2024/14/08

Added

  • Adding to the base knowledge the scientif paper about GraphRAG
  • FastAPI Endpoints to run only server side
  • Basic Streamlit Interface
  • Dictionary

Changed

  • GraphRAG updated to latest version 0.3.0
  • Notebooks updated
  • Licensed set to Apache 2.0
  • Revamp of README.md

Deprecated

  • Streamlit due to dependencies conflict (temporary)
  • Same for chainlit for the moment
  • FastAPI endpoint (work in progress)

Removed

  • Streamlit due to dependencies conflict (temporary)

  • Same for chainlit for the moment

  • FastAPI endpoint (work in progress)

  • Unnecesary files

  • cache mostly

Fixed

  • Bug fixes
  • Env fixes

Security

  • Better handling of environnement secret

What's Changed

Full Changelog: v0.3.0...v0.4.0

GraphFleet 0.3 Release

08 Aug 21:56
Compare
Choose a tag to compare

Updates:

  • FastAPI endpoints
  • Streamlit Interface
  • Refactor package
  • AutoPrompting in notebooks
  • GraphVisualization
  • Bug fixes

Refactor for the next chapter

08 Aug 14:53
Compare
Choose a tag to compare

Revamp the whole files, still an active project, far from its end goals.. !

Release Streamlit Front-end & Notebook improved

31 Jul 19:13
7230d6c
Compare
Choose a tag to compare
  • Notebooks improved.
  • GraphVisualization & data analysis improved
  • Streamlit Frontend (query available)
  • Bug fixes

GraphFleet 0.2.0 Release

22 Jul 20:04
Compare
Choose a tag to compare

Highlights:

Interactive PDF Indexing with Jupyter Notebooks: We're excited to introduce streamlined data ingestion! Users can now upload and index PDFs directly within a Jupyter Notebook environment. This simplifies the setup process and makes it easier to experiment with GraphFleet.

New Features:

  • Jupyter Notebook Integration: A dedicated notebook provides a user-friendly interface for:
    • Uploading PDF files.
    • Specifying an output directory for indexed data.
    • Running the GraphFleet indexing pipeline directly from the notebook.
  • Improved Error Handling: We've enhanced error handling during the indexing process to provide clearer messages and help you troubleshoot issues faster.

How to Get Started:

  • Install/Upgrade: Use pip to get the latest version: pip install --upgrade graphfleet
  • Explore the Notebook: You'll find the new Jupyter Notebook in the [notebook-directory-name] directory.
  • Start Indexing: Follow the step-by-step instructions in the notebook to upload your PDF data and run the indexing pipeline.