Logan Markewich
ddb1bc009a
archive repo
2025-09-02 15:28:37 -06:00
Emanuel Ferreira
2e14f65e17
chore: clean cell output
2025-08-18 19:06:43 -03:00
Emanuel Ferreira
9e18c2610a
chore: e2e index setup ( #73 )
2025-08-18 19:05:14 -03:00
Emanuel Ferreira
d9e8475e17
chore: update demo getting started agentic to use FunctionAgent ( #72 )
2025-08-18 18:31:56 -03:00
Emanuel Ferreira
c3e5cafdcb
chore: add inline citations with page ( #69 )
2025-05-12 12:17:41 -03:00
Emanuel Ferreira
4391b2030f
chore: add demo sharepoint access control ( #64 )
2025-02-05 22:37:22 -03:00
Emanuel Ferreira
0a1f515b02
chore: add composite retrieval notebook ( #63 )
2025-01-31 17:43:26 -03:00
Ravi Theja
fa10cb17d1
Add Invoice Enrichment with Spend Category and Cost Centre Workflow ( #61 )
...
PR to add notebook for Invoice Enrichment with Spend Category and Cost
Centre Workflow
2025-01-03 08:52:11 -08:00
Ravi Theja
54d89d543e
Add invoice SKU enrinchment notebook ( #60 )
...
PR to add invoice SKU enrinchment notebook
2024-12-23 13:33:56 -08:00
Jerry Liu
25ac131b81
[WIP] auto-insurance claims ( #56 )
2024-12-21 07:19:50 -08:00
Ravi Theja
a98a3eee6f
Add notebook for invoice standardization ( #59 )
...
PR to add cookbook for invoice standardization using unit conversions as
document workflows usecase
2024-12-20 09:36:18 -08:00
Jerry Liu
ea2b7090ab
update with new package ( #58 )
2024-12-18 11:29:43 -06:00
Jerry Liu
c2c6b51032
patient case summary notebook ( #54 )
2024-12-16 08:22:59 -08:00
Jerry Liu
77dedd4820
add vendor agreement ( #57 )
2024-12-16 07:22:55 -08:00
Jerry Liu
e3f4682959
nit: fix contract review nb ( #55 )
2024-12-14 17:48:36 -08:00
Jerry Liu
e3ac147833
contract review workflow ( #53 )
2024-12-14 09:43:01 -08:00
Jerry Liu
cb4de9421d
add invoice diagram ( #52 )
2024-12-10 12:13:45 -08:00
Jerry Liu
1789064d64
invoice processing workflow ( #51 )
...
showcase an example workflow that will take in an invoice, match it
against vendor contracts, and then generate a payments report
2024-12-09 17:34:27 -08:00
Ravi Theja
72c29cf5d6
Add notebook using aws bedrock llms and embedding models ( #48 )
...
PR to add cookbook using AWS Bedrock supported LLMs and Embedding
models.
2024-12-03 09:15:32 -08:00
Jerry Liu
f15083d864
fix auto retrieval notebook ( #49 )
2024-11-29 16:35:02 -06:00
Ravi Theja
d19159b24d
Add cookbook on resume matching use case ( #46 )
...
PR to add cookbook on resume matching use case.
2024-11-19 20:40:07 +05:30
Jerry Liu
7646b359f2
Add RFP generation with HITL ( #43 )
2024-11-02 09:20:34 -07:00
Jerry Liu
afbe67ad32
Jerry/fix file retrieve ( #42 )
2024-11-02 09:05:44 -07:00
Jerry Liu
09198e2136
fix crag notebook ( #41 )
2024-10-24 00:05:16 -07:00
Jerry Liu
05eb85db83
report generation images ( #40 )
2024-10-22 23:12:32 -07:00
Jerry Liu
9d415bfb4e
add more images to notebooks ( #39 )
2024-10-22 23:12:21 -07:00
Jerry Liu
902ea42f68
auto-retrieval img ( #38 )
2024-10-22 16:29:17 -07:00
Jerry Liu
8a7c19935f
update RFP image ( #37 )
2024-10-21 23:44:23 -07:00
Jerry Liu
0d37e2b055
add RFP example ( #35 )
2024-10-21 17:55:57 -07:00
Ravi Theja
9f978dcf9b
Add research paper report generation ( #34 )
...
PR to add research paper report generation.
2024-10-21 10:36:26 -07:00
Ravi Theja
68b9f448d4
Add cookbook for form filling based on 10K SEC ( #33 )
...
PR to add cookbook for form filling based on 10K SEC filings.
2024-10-09 09:31:59 -07:00
Jerry Liu
58a1f2b27f
add multimodal notebook over AI market survey ( #32 )
2024-09-30 17:57:33 -07:00
Jerry Liu
cf652d1f00
add apple/tesla report generation example ( #31 )
...
- do chunk-level retrieval and document-level retrival to fetch relevant
bits for apple/tesla
- do custom LLM prompt to insert chunks to generate report
- use structured output abstractions to generate report
depends on this PR: https://github.com/run-llama/llama_index/pull/15734
2024-09-23 15:32:36 -07:00
Jerry Liu
55f9621baf
add multimodal RAG quickstart ( #30 )
...
depends on https://github.com/run-llama/llama_index/pull/15996
2024-09-15 20:34:10 -07:00
Emanuel Ferreira
e1119a285c
example: emsemble retrieval ( #29 )
2024-09-05 08:47:21 -07:00
Jerry Liu
20e835f164
auto-retrieval example over research papers in llamacloud ( #25 )
2024-09-02 17:17:25 -07:00
Jerry Liu
f1076f3a16
fix llamacloud + workflow notebooks ( #28 )
2024-08-29 22:39:47 -07:00
Ravi Theja
c488e7a375
Add Llamacloud vs Naive RAG comparison ( #27 )
2024-08-29 22:38:33 -07:00
Jerry Liu
c6dfce7bd1
move some folders ( #26 )
2024-08-21 23:53:26 -07:00
Jonathan Liu
433c9bda29
Add more examples for LlamaCloud usage ( #23 )
...
Adds the following examples for LlamaCloud usage
- A corrective RAG agent that uses LlamaCloud query engine as a tool but
falls back to web search if the answer isn't found
- A workflow that can do both chunk-level and document-level retrieval
on LlamaCloud documents
- A custom agent that can query both a LlamaCloud query engine and a SQL
query engine using workflows.
---------
Co-authored-by: Jerry Liu <jerryjliu98@gmail.com >
2024-08-21 22:23:59 -07:00
Jerry Liu
70b3a9446b
playground iteration notebook ( #24 )
2024-08-19 13:54:14 -07:00
Jerry Liu
dd3d5c44e8
add file-level retrieval notebook ( #22 )
...
- add a notebook demonstrating file-level retrieval, and building a
query engine that can route to both vector search and summarization
2024-07-29 21:28:28 -07:00
Jerry Liu
7e03f9accb
update readme ( #21 )
2024-07-11 07:10:27 -07:00
Jerry Liu
02cde3d79f
add phoenix example ( #20 )
...
show how to build an agent over a llamacloud query engine, and then
instrument it with arize phoenix
2024-07-09 20:41:42 -07:00
Jerry Liu
c7d8ef2a6f
take 2: add llamahub loader + llamacloud demo ( #19 )
2024-07-09 00:16:21 -07:00
Jerry Liu
5a53edba03
add multi-user notebook ( #16 )
...
show how to use llamacloud for the use case where you want each user to
upload their own data.
either create a separate index per user, or separate them via metadata
2024-07-09 00:15:29 -07:00
Jerry Liu
62ee48389a
Add notebooks allowing custom doc upload and metadata ( #14 )
...
- can't figure out how to properly delete files and have it update in
the vector db, but besides that this should work!
2024-07-09 00:00:32 -07:00
Ravi Theja
05916150f4
Update getting started notebook to use OpenAI ( #17 )
...
PR to update the “Getting Started Agent” notebook to use OpenAI instead
of Anthropic.
Since we are already asking users to obtain an OpenAI API key while
creating an index, requiring them to also obtain an additional API key
from Anthropic might create friction. It would be more streamlined to
use a single LLM provider for the entire workflow.
2024-07-08 21:27:42 -06:00
Simon Suo
21f2b76c78
Add hybrid search comparison notebook ( #18 )
2024-07-08 20:05:43 -07:00
Jerry Liu
3e59f2b527
add agent notebook ( #13 )
...
- add a simple example of function calling agent over llamacloud
2024-04-13 00:13:21 -07:00