Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aj-archipelago/concierge
A web site showcasing some features of Cortex
https://github.com/aj-archipelago/concierge
Last synced: about 2 months ago
JSON representation
A web site showcasing some features of Cortex
- Host: GitHub
- URL: https://github.com/aj-archipelago/concierge
- Owner: aj-archipelago
- License: mit
- Created: 2024-01-03T17:10:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T18:24:53.000Z (4 months ago)
- Last Synced: 2024-08-26T21:37:14.939Z (4 months ago)
- Language: JavaScript
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Concierge
Concierge is an open-source web application that provides AI applications to enterprise customers for a company's internal use. Concierge encapsulates functions like document translation, copy editing, summarization, headline generation, tagging, entity extraction, etc. into easy-to-use task-specific interfaces rather than just making the functionality available through a chat-style prompting interface. Concierge is a one-stop shop for LLM-based AI functionality at our network. Concierge is built on top of [Cortex](https://github.com/aj-archipelago/cortex) - our open-source graphQL middle tier for AI.
## Environment setup
### Envrionment variables
The following environment variables are required to configure Concierge to connect to Cortex and the Media Helper app:
- `CORTEX_GRAPHQL_API_URL`: the full GraphQL URL of the Cortex deployment, e.g. `https://.azure-api.net/graphql?subscription-key=`
- `CORTEX_MEDIA_API_URL`: the full URL of the Cortex media helper app, e.g. `https://.azure-api.net/media-helper?subscription-key=`The following environment variable is needed to deliver user feedback to Slack:
- `SLACK_WEBHOOK_URL` - the is the URL of the Slack webhook you've configured to deliver the message to whichever channel you want to deliver it to.
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.