Timothy Carambat
Timothy Carambat
Resolves #538 1. Marketplaces now show or hide depending on if that marketplace even support the chain in question 2. Added support in token view for X2Y2 and Quix.app. 3....
While understanding that the current support for Optimism and Polygon is limited, we should take efforts to try to generalize all UI elements to work with their associated chain so...
Instead of 3 separate folders - we can package the entire application into a known environment to prevent conflicting library installs so those who run Docker on their machine can...
AnythingLLM does not work on smaller screens or mobile at all. Will need to fix that for those who deploy hosted versions and want to use it on the go.
Currently, the management of documents ready for embedding can only be created and cached. The user should be able to remove these files and their associated cached file (if existing)...
The document processor should support the uploading and embedding of images like PNG, JPEG, and other static formats. Ideally, this should describe the image and return that text for embedding...
Add support for someone to be able to use a Locally hosted LLM. - The LocalLLM must have an API wrapper like GPT4ALL - This will not allow an arbitrary...
AnythingLLM should ship with a full developer-focused backend API so that you can programmatically run queries, chats, and other commands that you would be able to run via the frontend.