quivr/backend/modules
Stan Girard bbcca2a8fe
docs: Update GPT4 documentation with available tools and use cases (#2580)
Updates the GPT-4 documentation and the `GPT4Brain` class to include
detailed information about the tools available for GPT4Brain and their
use cases.

- **Documentation (`docs/brains/gpt4.mdx`):**
- Adds a new section titled "Tools Available for GPT4Brain" that
describes specific tools: WebSearchTool, ImageGeneratorTool,
URLReaderTool, and EmailSenderTool.
- Provides use cases for each tool, demonstrating how they can be
utilized within GPT4Brain for various scenarios, such as generating
images, reading content from URLs, and sending emails.

- **Code (`backend/modules/brain/integrations/GPT4/Brain.py`):**
- Updates the class documentation to include information about the tools
available for GPT4Brain and outlines use cases for WebSearchTool,
ImageGeneratorTool, URLReaderTool, and EmailSenderTool.
- Maintains the existing functionality of the `GPT4Brain` class,
ensuring compatibility with the newly documented tools and use cases.


---

For more details, open the [Copilot Workspace
session](https://copilot-workspace.githubnext.com/QuivrHQ/quivr?shareId=2c2c1666-e5fb-4a06-bb08-ca967f4fe276).
2024-05-10 09:33:21 -07:00
..
analytics feat(analytics): rely on sql rather that python loop for brains (#2437) 2024-04-17 07:24:03 -07:00
api_key tests: added new way of testing less prone to errors 2024-04-15 18:22:21 +02:00
assistant feat(email): Add email sender tool and update image generator tool (#2579) 2024-05-10 07:56:51 -07:00
authorization/utils refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
brain docs: Update GPT4 documentation with available tools and use cases (#2580) 2024-05-10 09:33:21 -07:00
chat feat(gpt4): Add search functionality (#2566) 2024-05-09 07:01:33 -07:00
contact_support/controller feat(lcel): migrated to lcel and pydantic (#2185) 2024-02-14 14:01:35 -08:00
knowledge refactor: Refacto code #1 (#2458) 2024-04-20 02:22:05 -07:00
misc/controller refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
notification fix: Refactor chat_service.py and remove unused code (#2530) 2024-05-01 15:26:14 -07:00
onboarding tests: added new way of testing less prone to errors 2024-04-15 18:22:21 +02:00
prompt refactor: reorg the files #2 (#2457) 2024-04-20 02:28:20 -07:00
tools feat(email): Add email sender tool and update image generator tool (#2579) 2024-05-10 07:56:51 -07:00
upload feat(notifications): implemented notifications with RLS and realtime (#2525) 2024-05-01 11:11:12 -07:00
user feat(user): Delete User Data from frontend (#2476) 2024-05-02 02:31:58 -07:00
__init__.py refactor: add modules folder (#1633) 2023-11-15 13:17:51 +01:00