P. Taylor Goetz
P. Taylor Goetz
Addresses: https://github.com/nathanmarz/storm/issues/435 This just uses bittorrent for moving the topology jar files around, the serialized conf and topology still go through the thrift API. When nimbus starts up, it will...
## What? Allow RAG upload for additional supported types. ## Why These types are natively supported by LangChain. There's no reason OpengGPTs shouldn't support them.
# What? Add a REST API endpoint such as `/api/v1/capabilities` that returns a nested structure describing what LLMs and Tools the given OpenGPTs API instance supports. This would enable UIs...
# What? Fix for #273 . Prepends `/api/v1` to all backend API paths to enable future API versioning. # Why? Eventually we will likely make major version, backward-incompatible changes.
# What? Prepend something like `/api/v1/` to all OpenGPTs API enpoints. # Why? The OpenGPTs API is pretty much guaranteed to change over time. While the current API is in...
## What? Tighten up the `RETRIEVAL_DESCRIPTION` prompt to more reliably call retrieval with newer models like GPT 4 and 4o. ``` You have files uploaded as knowledge to pull from....
### What is wrong We have a requirement to deploy action-server to Amazon Linux 2023. Attempting to launch an action server after following the installation instructions results in a `glibc`...