restai icon indicating copy to clipboard operation
restai copied to clipboard

RestAI is an AIaaS (AI as a Service) open-source platform. Built on top of LlamaIndex, Ollama and HF Pipelines. Supports any public LLM supported by LlamaIndex and any local LLM suported by Ollama. Pr...

Results 11 restai issues
Sort by recently updated
recently updated
newest added

One of the growing and important discussions in the RAG Community now is Agent. It would be great to see Agent Implementation in this project and also some advanced Retrieval...

Hi @apocas, I found the project very helpful and want to add some improvement to the project if you agree with the change. ## Issues 1. Loading environment variable is...

A very good project. I have a question, i see a docker-compose.yml located in the root directory. Is it means can directly launched it to run project without the need...

documentation
enhancement

As a user of the project, I would like the ability to integrate my own API keys for inference and embedding services such as OpenAI, Cohere, and Anthropic, allowing for...

- Adds gpu support for docker - Separates cpu-runtime and gpu-runtime - Backend builder is now based on an nvidia cuda image so we have access to tools for building...

Hi, I was going through your recent ReAct agent code. On my computer, this code cannot load chat history: ```python chat = self.brain.memories.loadMemory(project.model.name).loadChat(chatModel) ``` Could you please explain how this...

It would be great to see Knowledge Graph Integration in RestAI, this is now Trending in RAG Community.

For some reason unknown to me, when updating the admin frontend page, the code 404 is returned. Also, because of this, my tests do not work. I deployed restai on...

The code contains a lot of different styles (for example, lowerCamelCase and snake case are used at the same time) and other shortcomings (for example: the use of parentheses in...

To work, you need to connect to open AI, but why?

enhancement