From 3d8a6d038b7b175ebcd2dfcd26734d6eb9aeff81 Mon Sep 17 00:00:00 2001 From: Zachary BENSALEM Date: Thu, 22 Aug 2024 11:49:01 +0200 Subject: [PATCH] Update README.md Signed-off-by: Zachary BENSALEM --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a17ed5f19..d7d2142d2 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ -![thumbnail](https://github.com/user-attachments/assets/6586309f-70fc-40a7-92bc-db4a2bf78d82) +![GraphFleet_Query](https://github.com/user-attachments/assets/cf32f463-d52f-4568-a795-1f869f33d07f) + + -X (formerly Twitter) Follow - Discord GraphFleet is an advanced implementation of [GraphRAG from Microsoft](https://github.com/microsoft/graphrag), designed to enhance large language models' ability to reason about complex information and private datasets. It builds upon GraphRAG (Retrieval Augmented Generation using Graph structures) and will gradually adopt its own path to fulfill our roadmap at Qredence. ## GraphFleet @@ -45,14 +45,20 @@ GraphFleet uses knowledge graphs to provide substantial improvements in question - Leave us a star ♥ - Fork and contribute to the project -- [![Join the discord](https://discord.gg/BD8MPgzEJc) +- + Discord + + X (formerly Twitter) Follow + + + ## Getting Started ### Prerequisites -- Python 3.10 +- Python 3.11 - Poetry - Make sure to have a virtual environment manager such as `virtualenv` installed @@ -160,6 +166,7 @@ To run the API, save the code in a file named api.py and execute the following c ``` bash uvicorn api:app --reload --port 8001 ``` +![GraphFleet_Query](https://github.com/user-attachments/assets/cf32f463-d52f-4568-a795-1f869f33d07f) ## Security