This repository provides example integrations of the Corvic AI API with various generative AI workflows and platforms. It serves as a resource for developers seeking to incorporate Corvic AI's capabilities into their applications across different environments.
The repository is organized into directories for each supported platform or language:
python/: Integration examples using Python.Jupyter-notebook/: Integration examples using Jupyter notebooks.OpenAI/: Integration examples with OpenAI's API.CrewAI/: Integration examples with CrewAI platform.Langchain/: Integration examples with Langchain framework.FastAPI/: Integration examples using FastAPI framework.
Each subdirectory contains:
- Code Examples: Platform-specific integration code.
- Documentation: Instructions and explanations for setting up and using the integrations.
- Tests: If applicable, tests to demonstrate functionality and ensure reliability.
To get started with a specific integration:
- Use the Corvic AI platform to develop and deploy production agentic applications on your enterprise data.
- Obtain the MCP endpoint and access token for the deployed application from the Corvic AI dashboard.
- Navigate to the desired platform directory (e.g.,
python/). - Follow the setup instructions provided in the
README.mdwithin that directory. - Run the example code to see the Corvic AI API integration in action.
This project is licensed under the Apache-2.0 License. See the LICENSE file for details.
We welcome contributions to enhance and expand these integration examples. If you'd like to contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes with clear and descriptive messages.
- Push to your fork and submit a pull request.
Please ensure your code adheres to the existing style and includes appropriate tests.
For questions, suggestions, or support:
- Website: https://www.corvic.ai
- Email: support@corvic.ai
- LinkedIn: Corvic AI
Empowering developers to seamlessly integrate Corvic AI into diverse generative AI workflows and platforms.