IntelliServer

AI models as scalable microservices, enabling evaluation of LLMs and offering end-to-end functions such as chatbot, semantic search, image generation and beyond.

MIT License

Stars
27
Committers
6

Bot releases are visible (Hide)

IntelliServer - v0.1.0 Latest Release

Published by intelligentnode 10 months ago

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
IntelliServer - v0.0.5

Published by Barqawiz 11 months ago

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
IntelliServer - v0.0.3

Published by intelligentnode 12 months ago

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.

IntelliServer - v0.0.2

Published by intelligentnode about 1 year ago

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
Badges
Extracted from project README
Run in Postman
Related Projects