Commit Graph

7 Commits

Author SHA1 Message Date
Danny White
d914b81f47 feat: consolidate settings (#37580)
* feat: move storage settings

* feat: redirect

* feat: database settings in service area

* feat: move data api settings

* fix: revert data API placement

* feat: minor UX touches

* fix: simplify configuration group

* feat: references to database settings

* feat: references to storage settings

* fix: redirects and formatting

* fix: Import StorageMenu dynamically to avoid SSR issues with useLocalStorage

* fix: move Data API closer to semantic siblings

* fix: revert smart comma

* Shift bucket sort logic into storage explorer store

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2025-08-04 16:21:54 +10:00
Joshua Kim
69ad842814 Slight changes in how llama_index is now organized. (#22609)
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-04-10 15:40:40 +00:00
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
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
Greg Richardson
26be8af745 chore: change dashboard links to new url 2023-06-22 09:32:18 -06: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