-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- Clean all of my Jupyter notebook Gists to create an agent | ||
- With production-grade code stored locally, it may be useful \ | ||
as a codebase for LLM agents. | ||
- By supplying enough production-grade code that can be repurposed \ | ||
for our intended use case, we can steer our Generator towards \ | ||
desirable outcomes. | ||
- [Objective] : "Build a knowledgebase for leverage in programming \ | ||
production-grade code, specifically related to the creation of more \ | ||
machine learning code, much like it." | ||
- [Thoughts] : "By creating a codebase of repurposable Python modules, \ | ||
we can use LangChain to query the top_k results for functions to serve \ | ||
contextual needs." |