Releases: Qredence/GraphFleet
Streamlit UI + FastAPI Update
- Adding Streamlit
- Adding FastAPI
What's Changed
- SDK by @Zochory in #49
- Update starlette requirement from <0.35.0,>=0.14.2 to >=0.14.2,<0.39.0 in /app in the pip group across 1 directory by @dependabot in #48
- Add Streamlit UI by @Zochory in #51
- Add Streamlit UI by @Zochory in #50
Full Changelog: v0.5.3...api
FastAPI for Query up to date with latest GraphRAG version
Release GraphFleet Update 0.5.25
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
- 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
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
- changes by @Zochory in #37
- 0.4.1 by @Zochory in #38
- 0.4.15 by @Zochory in #39
- V0.5.11 branch by @Zochory in #42
Full Changelog: v0.4.0...v0.5.11
v0.4.0
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
Updates:
- FastAPI endpoints
- Streamlit Interface
- Refactor package
- AutoPrompting in notebooks
- GraphVisualization
- Bug fixes
Refactor for the next chapter
Revamp the whole files, still an active project, far from its end goals.. !
Release Streamlit Front-end & Notebook improved
- Notebooks improved.
- GraphVisualization & data analysis improved
- Streamlit Frontend (query available)
- Bug fixes
GraphFleet 0.2.0 Release
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.