14 Commits

Author SHA1 Message Date
Simon Suo
411068e736
Add example notebook for financial document analysis with LlamaIndex (#481)
* add notebook

* add pypdf install

* move
2023-06-22 13:40:49 -07:00
colin-openai
71a2414134
Merge pull request #417 from michaelskyuan/main
Add notebook with Redis hybrid VSS queries examples
2023-06-16 08:41:40 +01:00
Colin Jarvis
f920c5f65f Removed papers 2023-06-13 18:01:34 +01:00
Colin Jarvis
26b0c47d5c Fixed a couple small bugs in functions notebook 2023-06-13 17:59:09 +01:00
Domenico Manna
a4c088d966 Add ability to store row-level metadata
This metadata field allows non API parameters to be stored which could
be useful for when the results need to be associated with an external
source. For example, if the user has several rows of text data within a
database, and they want to calculate embeddings for each row, they can
now use the metadata field to save the row id so that when they parse
the results back, they know which embedding corresponds to which
database row.
2023-05-23 17:19:18 -04:00
Michael Yuan
95747294f5 Redis hybrid VSS queries notebook 2023-05-11 19:25:59 -04:00
Anton Troynikov
1deea48511
Add Chroma to Vector Database examples (#262)
* Vector store notebook

* HyDE with Chroma

* Cleaner text

* add swyx edits

* Cleaned up text / outputs

* Spelling nits

* Fixed comment format

---------

Co-authored-by: swyx <shawnthe1@gmail.com>
2023-04-06 16:30:10 -07:00
colin-openai
2131c770ea Notebook demonstrating approach to extracting entities from a long document 2023-02-20 02:25:42 -08:00
Ted Sanders
23acf80aaf adds parallel processing script 2023-01-20 14:07:18 -08:00
Ted Sanders
8b547fdb83 updates embedding examples based on ada-002 2023-01-10 10:37:25 -08:00
Colin Jarvis
b01900d5d9 Initial commit of transaction classification notebooks 2022-10-20 23:31:42 +01:00
Ted Sanders
d987d2329a adds prefiltered data and precomputed embeddings to Customizing_embeddings.ipynb 2022-07-12 15:26:19 -07:00
Ted Sanders
efa71942c6 moves dbpedia embeddings to data folder 2022-07-12 15:25:43 -07:00
Ted Sanders
2515ddc7b8 adds data for Obtain_dataset.ipynb 2022-07-12 15:22:29 -07:00