Releases: intelligentnode/IntelliServer
Releases · intelligentnode/IntelliServer
v0.1.0
New Changes 🌟
- Improve the playground functionality to send the conversation history.
- Support Intellinode one key, allowing you to augment conversation with your data.
- Add a function to interact with MongoDB semantic search.
- Update the postman collection with more examples.
Install & Run
docker pull intellinode/intelliserver:latest
docker run -p 80:80 intellinode/intelliserver:latest
v0.0.5
New Changes 🌟
- Improve the user experience and design.
- Add a playground feature for users to test the chatbot before connecting to the APIs.
- Enable the ability to switch between different models within the frontend chatbot.
- Introduced a unified embedding layer, which allows users to obtain vectors from openai, cohere, or replicate with the same input format.
UI Screenshot
Install & Run
docker pull intellinode/intelliserver:latest
docker run -p 80:80 intellinode/intelliserver:latest
v0.0.3
New Changes 🌟
- Introduced an Optical Character Recognition (OCR): supported by AWS Rekognition and Google Cloud Vision API. Users can now perform OCR tasks on images to extract the embedded texts.
- Improved the Docker container size: the new release uses a lighter image base which significantly decreases the overall footprint of the application.
- Added interactive Swagger documentation for the OCR.
Install & Run
docker pull intellinode/intelliserver:latest
docker run -p 80:80 intellinode/intelliserver:latest
Please note: Make sure you provide the necessary API keys as environment variables if you are using our OCR feature with AWS and Google services.
v0.0.2
New Changes 🌟
- Implemented a new parser functionality that converts documents into text.
- Rectified an issue within the LLM evaluator to correctly receive the model's keys.
- Added interactive swagger documentation.
Install & Run
docker pull intellinode/intelliserver:latest
docker run -p 80:80 intellinode/intelliserver:latest