valentimarco

Results 29 issues of valentimarco

2 possibility: - Git hook (before commit, linter run and format the code) - Action (After commit)

enhancement
good first issue

At the moment all the endpoints response are not uniform ( sometimes we give jsonSchema, sometimes a json with some field etc) and can create problem when the user uses...

documentation
enhancement
good first issue
endpoints
V2

At the moment, we run the docker image as Root... No good!

enhancement
help wanted
good first issue
V2

The /public endpoint was originally thought as a public static page where the user could expose the cat! Most of the users prefer to create a frontend wrapper with custom...

enhancement

Right now, there isn't a default ip for the settings of ollama. I thought about using ```host.docker.internal``` that is a particular string for docker and with this the localhost don't...

enhancement
good first issue
endpoints
LLM

### šŸš€ The feature Would be great to have a langchain integration! Why? Is great to use official library/clients but at the same time I don't want to create 300...

enhancement
question

# Description Related to issue #818, point 3 With this PR, I added new properties to StrayCat and some types (YES): 1. `user_message(self) -> str`, return the query of the...

memory

**Is your feature request related to a problem? Please describe.** There is a high request of batch upload! **Describe the solution you'd like** To be discussed but should be pretty...

enhancement
help wanted
rabbit hole
endpoints

With the current quick-start tab, the user is confused on why we have a UI… (we explain that is for Administration/debug, but maybe is not enough?) I suggest replacing the...

Instead of coping the configs of each ā€œserviceā€ with the command like suggest the README, it would be great to move this logic inside and add a simple logic where...