MyGit

cohere-ai/cohere-toolkit

Fork: 229 Star: 2173 (更新于 2024-05-22 10:10:54)

license: MIT

Language: TypeScript .

Cohere Toolkit is a collection of prebuilt components enabling users to quickly build and deploy RAG applications.

最后发布版本: v1.0.4 ( 2024-05-18 03:31:25)

GitHub网址

Cohere Toolkit

Toolkit is a collection of prebuilt components enabling users to quickly build and deploy RAG applications.

Try Now:

Try the default Toolkit application yourself by deploying it in a container locally. Either with docker run:


docker run -e COHERE_API_KEY='>>YOUR_API_KEY<<' -p 8000:8000 -p 4000:4000 ghcr.io/cohere-ai/cohere-toolkit:latest

or cloning and running locally:

git clone https://github.com/cohere-ai/cohere-toolkit.git
make first-run

Go to localhost:4000 in your browser and start chatting with the model.

For the above you will need to have Docker and Docker-compose >= 2.22 installed. Go here for a more detailed setup.

About Toolkit

  • Interfaces - these can be any frontend, application, bot or integration. You can customize any type of interface for your use case. By default included is:
    • Cohere's Web UI at src/interfaces/coral_web - A web app built in Next.js. Includes a simple SQL database out of the box to store conversation history in the app.
  • Backend API - src/backend this follows a similar structure to the Cohere Chat API but also include customizable elements:
    • Model - you can customize with which provider you access Cohere's Command models. By default included in the toolkit is Cohere's Platform, Sagemaker, Azure, Bedrock, HuggingFace, local models. More details here.
    • Retrieval- you can customize tools and data sources that the application is run with. By default, we have configured a Langchain data retriever to test RAG on Wikipedia and your own uploaded documents. It is possible to add any tool including any tools or retrievers from LangChain or LlamaIndex. You can also use a connector you have created.
  • Service Deployment Guides - we also include guides for how to deploy the toolkit services in production including with AWS, GCP and Azure. More details here.

Contributing

Contributions are what drive an open source community, any contributions made are greatly appreciated. To get started, check out our documentation.

Contributors

Made with contrib.rocks.

最近版本更新:(数据更新于 2024-05-22 10:10:37)

2024-05-18 03:31:25 v1.0.4

2024-05-17 22:06:51 v1.0.3

2024-05-02 00:20:37 v1.0.2

2024-04-30 00:20:25 v1.0.1

2024-04-24 23:31:08 v1.0.0

cohere-ai/cohere-toolkit同语言 TypeScript最近更新仓库

2024-06-27 00:44:20 langfuse/langfuse

2024-06-25 21:34:23 ZuodaoTech/everyone-can-use-english

2024-06-25 02:22:22 typescript-eslint/typescript-eslint

2024-06-25 01:34:15 lobehub/lobe-chat

2024-06-21 17:44:25 janhq/jan

2024-06-18 00:48:54 danny-avila/LibreChat