LangChain discussion #276
Replies: 3 comments 3 replies
-
I am currently working on something like that. The first version will allow users to import files and websites. Please stay tuned for the 1.0.0 release. |
Beta Was this translation helpful? Give feedback.
-
It's actually way more complicated than what those videos showed, especially when you want to deal with queries across multiple large documents. I believe I will need a lot of trial-and-error attempts to make the queries accurate enough, so I will pause the development of this feature and work on something easier for now. |
Beta Was this translation helpful? Give feedback.
-
I did a test by 'following along' to the YouTube video, writing a small program using Python. |
Beta Was this translation helpful? Give feedback.
-
https://www.youtube.com/watch?v=9AXP7tCI9PI
Just watched this video from TechLead where he describes how he is using LangChain to inject code/samples from a local folder into GPT.
I'd love to see the option to create vectors using the current project source folder, as well as a bunch of open source MIT licensed Swift projects and if possible, public documentation from Apple and/or framework authors.
If licenses permit, for example, I'd love to be able to query, "how can I add alamofire" and it could give me instructions using post 2021 examples.
As far as licenses go, we could leave it up to the user to make sure they respect the licenses.
Maybe an interface to just post a bunch of GitHub repo links and local source folders?
Beta Was this translation helpful? Give feedback.
All reactions