mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-03-02 22:57:05 -05:00
Coding Support #1
Labels
No labels
Desktop
Docker
Integration Request
Integration Request
OS: Linux
OS: Mobile
OS: Windows
UI/UX
blocked
bug
bug
core-team-only
documentation
duplicate
embed-widget
enhancement
feature request
github_actions
good first issue
investigating
needs info / can't replicate
possible bug
question
stage: specifications
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anything-llm#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mkammes on GitHub (Jun 8, 2023).
First off, this project looks extraordinarily useful!
If a user wanted help debugging code - or prototyping apps - what would be the best way to handle this? Push to a github repo for the LLM to index, or perhaps flatten code into a PDF?
Keep up the good work!
@timothycarambat commented on GitHub (Jun 8, 2023):
Oh you mean being able to consume code as a file? I would think it could be recursively possible using the langchain
gitloader or some other tool.I would think right now it would be best to export these as .txt files with their line numbers for each file.
@martinsantos commented on GitHub (Jun 8, 2023):
Error: Failed to fetch
in WORKSPACE creation?
@kichen1984 commented on GitHub (Jun 8, 2023):
Same as above. Getting a failed to fetch error on localhost:5000/workspaces. The settings tab gives an error "ENV settings are missing - this software will not function fully.". I'm using Chroma, commented out Pinecone and uncommented the Chroma section for clarity. When starting the server I'm also getting...
"[nodemon] watching extensions: js,mjs,json
[nodemon] starting
node --trace-warnings index.js[nodemon] clean exit - waiting for changes before restart"
When you attempt to yarn dev:frontend after that it opens the frontend on port 3000 and restricts any update to settings in the vite dev environment.
So close, any help is appreciated.
@timothycarambat commented on GitHub (Jun 8, 2023):
@kichen1984 @martinsantos Open a new issue when you issue is unrelated to the current topic.
@kichen1984 this is what your
server/.env.developmentshould look likeit is also possible there is another instance of the server running so run
sh clean.shafter exiting the server to ensure the port is released when updating the .env because nodemon sometimes will not release it.