Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: intelligentnode/IntelliServer

v0.7

10 Mar 08:04
1dd105a

Choose a tag to compare

New Changes 🌟

  • Offline Model Support: Integrated vLLM with the access to offline models via IntelliServer API.
    This will allow to integrate vllm with RAG and semantic search capabilities.

  • Enhanced Chatbot UI: Added support for the o3-mini model. Added configuration options for vllm custom url.

Install & Run

docker pull intellinode/intelliserver:latest
docker run -p 80:80 intellinode/intelliserver:latest

v0.1.0

03 Jan 18:46
d5c33c1

Choose a tag to compare

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

27 Nov 22:25
da66d37

Choose a tag to compare

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

30 Oct 23:06
f92bc45

Choose a tag to compare

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

27 Sep 23:36
2ecb726

Choose a tag to compare

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.