Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eric cookbook updates to sid #44

Open
wants to merge 59 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
e2318fa
Agent config
Sep 27, 2024
95de0a0
Global config
Sep 27, 2024
eb0dea0
Global config
Sep 27, 2024
eacc990
Data pipeline v1
Sep 28, 2024
2be2631
Eric's updates to refine cookbook
Sep 30, 2024
aa4d641
Move function calling agent config into its own folder
Sep 30, 2024
58973ec
RAG Only agent
Sep 30, 2024
ade5c26
config folder
Sep 30, 2024
946cbc8
remove eric hardcoded vs endpoint
Sep 30, 2024
720ab5f
respect token config in data pipeline
Sep 30, 2024
51d2965
Configs to a single cell
Sep 30, 2024
02fead4
Fix print of config
Sep 30, 2024
618a35c
Speed up parsing by caching the parsed table
Oct 2, 2024
972d758
Fix error handling in create VS index
Oct 2, 2024
80520d2
REmove debug code
Oct 2, 2024
02905fb
Clean up uses new cookbook config
Oct 2, 2024
fb06252
Refactor the agent notebooks
Oct 2, 2024
c3424e3
REmove extra init
Oct 2, 2024
72930bc
fix data pipeline mlflow tag
Oct 3, 2024
099082a
Default to llama
Oct 4, 2024
dc05d52
Improve debug of failed records
Oct 8, 2024
f7ec5b1
Add debug code
Oct 8, 2024
6a8c2c1
Merge main
smurching Oct 8, 2024
892575a
Simplifications
smurching Oct 18, 2024
ea58a33
Merge
smurching Oct 29, 2024
ebcd91a
WIP updates, made it partway through agent notebooks
smurching Oct 29, 2024
ea453a3
WIP debugging the function_calling_agent_mlflow_sdk.py
smurching Oct 29, 2024
5da820a
WIP. Current state:
smurching Oct 29, 2024
4d8b0e6
WIP
smurching Oct 30, 2024
c3a5447
WIP updating pydantic config structure
smurching Oct 31, 2024
0e5d9ba
More progress. Remaining issues:
smurching Oct 31, 2024
131b5f4
WIP
smurching Nov 1, 2024
3c9603f
WIP, more progress, remaining items:
smurching Nov 1, 2024
dded0f3
WIP, moving away from ModelConfig due to several devex issues
smurching Nov 1, 2024
ab0ea67
WIP, got most of the code to work
smurching Nov 1, 2024
c7b6aef
Clean up traces for langchain
smurching Nov 1, 2024
71bdeef
Update documentation
smurching Nov 1, 2024
8a7f60b
Switch back to printing doc string, since it's cleaner than help()
smurching Nov 1, 2024
44b13c0
Data pipeline - refactor all utils for ease of use & ability to run i…
epec254 Nov 4, 2024
0779163
Update git ignore
epec254 Nov 4, 2024
34ab047
locally tested tool code
epec254 Nov 5, 2024
e8ed6fc
working func call agent
epec254 Nov 5, 2024
336850a
remove mlflow agent
epec254 Nov 5, 2024
49d5fde
databricks utils
epec254 Nov 5, 2024
1f033f9
data pipeline bugs + switch to content from doc_content
epec254 Nov 5, 2024
fda22e5
working data pipeline (except for install of utils)
epec254 Nov 5, 2024
21495f2
refactor agent configs to make room for genie
epec254 Nov 5, 2024
5944071
removed unused code
epec254 Nov 6, 2024
48d4f60
Genie agent
epec254 Nov 6, 2024
4f80d28
commit for serializable model with all the old code in comments (just…
epec254 Nov 6, 2024
36c2c92
remove old code from serializable model
epec254 Nov 6, 2024
3fee28f
shared config loader
epec254 Nov 6, 2024
cefefec
ignore tmp configs
epec254 Nov 6, 2024
ea44485
tmp config readme
epec254 Nov 6, 2024
2eefd94
initial multi agent
epec254 Nov 6, 2024
1f6fc9e
multi agent works w/ function calling not tested with genie
epec254 Nov 6, 2024
5f66201
datapipline configs suport serializedmodel
epec254 Nov 6, 2024
fd2b802
all agents work locally
epec254 Nov 6, 2024
ac10186
clean up
epec254 Nov 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Data pipeline - refactor all utils for ease of use & ability to run i…
…n local IDE.
epec254 committed Nov 4, 2024
commit 44b13c02f93f51d95ba89a7eabd831b1d94f9450
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@



# How to use locally

TODO

- install poetry env
- build utils wheel
- start databricks sync job
- install utils wheel in cluster
- profit!!!

# Retrieval Augmented Generation

Please visit http://ai-cookbook.io for the accompanying documentation for this repo.
Loading