Commit Graph

16 Commits (843ac207019e2077f75d843330a0dd14a8321d20)

Author SHA1 Message Date
Michael Wu d639ac8f27 add ft data prep notebook (#647) 1 year ago
colin-openai 20d802b13b Pushing cookbook for fine-tuning via ChatCompletion (#646)
* Pushing cookbook for fine-tuning via ChatCompletion

* Add correct file

* Fixed bug with create_prompt function and refactored files
1 year ago
Simon Suo 62bf5cb61f Add example notebook for financial document analysis with LlamaIndex (#481)
* add notebook

* add pypdf install

* move
1 year ago
colin-openai dda999154d Merge pull request #417 from michaelskyuan/main
Add notebook with Redis hybrid VSS queries examples
1 year ago
Colin Jarvis 8b19156cc6 Removed papers 1 year ago
Colin Jarvis 9642ca5e17 Fixed a couple small bugs in functions notebook 1 year ago
Domenico Manna efae0d4bc1 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.
1 year ago
Michael Yuan fcdc92d6ad Redis hybrid VSS queries notebook 1 year ago
Anton Troynikov 73577ed68f 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>
1 year ago
colin-openai 2e64a89e3e Notebook demonstrating approach to extracting entities from a long document 2 years ago
Ted Sanders fe11592f6a adds parallel processing script 2 years ago
Ted Sanders fba3d8e343 updates embedding examples based on ada-002 2 years ago
Colin Jarvis 309055fb6f Initial commit of transaction classification notebooks 2 years ago
Ted Sanders d4b542f210 adds prefiltered data and precomputed embeddings to Customizing_embeddings.ipynb 2 years ago
Ted Sanders ab92058214 moves dbpedia embeddings to data folder 2 years ago
Ted Sanders 295b1de8af adds data for Obtain_dataset.ipynb 2 years ago