Commit Graph

26 Commits

Author SHA1 Message Date
Greg Richardson
d42536b23e Docs: Update AI guides to reference pooler connection string (#20846)
docs(ai): update guides to reference pooler connection string
2024-01-29 13:44:23 -07:00
Clarence
a5f9361dcc fixed typos in www/_customers/chatbase.mdx and /ai/vector_hello_world.ipynb (#19959)
* docs: fixed typo annualize -->  annualized

* docs: fixed typo incldues -->  includes
2023-12-22 10:58:09 +01:00
dependabot[bot]
32d0169a13 build(deps): bump transformers from 4.30.0 to 4.36.0 in /examples/ai/image_search (#19924)
build(deps): bump transformers in /examples/ai/image_search

Bumps [transformers](https://github.com/huggingface/transformers) from 4.30.0 to 4.36.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.30.0...v4.36.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-21 12:09:20 +02:00
Jason R. Stevens, CFA
5886d06a70 Update llamaindex.ipynb doc_hash to hash (#18838)
* Update llamaindex.ipynb doc_hash to hash

Update `doc_hash` to `hash` since running this as-is provided an `AttributeError`. 

Here's what the Python build-in `vars` gives me (truncated):

```python
{'id_': 'd94b1287-b3ef-4aba-ac6b-7a4e353b0327',
 'embedding': None,
 'metadata': {},
 'excluded_embed_metadata_keys': [],
 'excluded_llm_metadata_keys': [],
 'relationships': {},
 'hash': '4c702b4df575421e1d1af4b1fd50511b226e0c9863dbfffeccb8b689b8448f35',...}
```

* fix: SimpleWebPageReader & StorageContext imports

* chore: revert python version change

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
2023-11-17 11:41:52 -07:00
Oliver Rice
392b3fc460 docs: Update vecs references from create_collection to get_or_create_collection (#17707) 2023-11-14 22:26:12 +01:00
Gareth Jones
1d83665a9c fix vector example 2023-09-11 10:43:19 -07:00
levelingup
3270cda33c Update README.md
Misspelling
2023-08-29 20:46:27 -07:00
dependabot[bot]
661a4b597f Bump certifi from 2023.5.7 to 2023.7.22 in /examples/ai/image_search
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 11:35:55 +00:00
Greg Richardson
26be8af745 chore: change dashboard links to new url 2023-06-22 09:32:18 -06:00
dependabot[bot]
c331921ce0 chore(deps): bump transformers in /examples/ai/image_search
Bumps [transformers](https://github.com/huggingface/transformers) from 4.29.2 to 4.30.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.29.2...v4.30.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 21:50:34 +00:00
Greg Richardson
20ea63ffcd fix: llamaindex colab data fetching 2023-06-06 10:08:41 -06:00
Copple
ca83ef085c Adds an example for llamaindex 2023-06-05 15:56:09 -06:00
awalias
d9f314e6c7 chore: capitisation 2023-05-31 14:38:17 +01:00
awalias
3407749de0 chore: adds colab button to ipynb examples 2023-05-31 13:30:52 +01:00
awalias
183bc839ad feat: adds vector hello world to examples 2023-05-30 13:51:07 +01:00
Oliver Rice
07f41a1f99 hide warning 2023-05-29 13:54:56 -05:00
Oliver Rice
984c7b10ba dependency alignment 2023-05-29 12:51:01 -05:00
Oliver Rice
d376e2e04b replace html with direct image render 2023-05-29 12:14:12 -05:00
Oliver Rice
34b8885f53 shrink images to avoid nbviewer row wrap 2023-05-29 11:44:15 -05:00
Oliver Rice
e135adf66d github notebook rendering issue fix 2023-05-29 11:30:47 -05:00
Thor 雷神 Schaeff
97fc69ad57 Merge pull request #14651 from supabase/thor/supabase-vector-image-search-example
feat: add supabase vector image search example.
2023-05-30 00:15:58 +08:00
thorwebdev
4c0cd2e37b chore: review suggestions. 2023-05-30 00:06:40 +08:00
Oliver Rice
18689811d2 fix ci identified typos 2023-05-29 10:39:35 -05:00
Oliver Rice
be1f4ea85e face similarity example, celebrity look alike 2023-05-29 10:33:27 -05:00
thorwebdev
068a99c7a2 feat: add supabase vector image search example. 2023-05-29 14:18:27 +08:00
Oliver Rice
22acb4166f vector example, semantic text deduplication 2023-05-26 16:39:44 -05:00