Skip to content

Commit

Permalink
Update the bootcamp directory
Browse files Browse the repository at this point in the history
Signed-off-by: SimFG <bang.fu@zilliz.com>
  • Loading branch information
SimFG committed May 17, 2023
1 parent 84a016b commit f23daeb
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/bootcamp/langchain/index.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
LangChain
=================

.. toctree::
:maxdepth: 1
:caption: Contents:


qa_generation
question_answering
sqlite
baby_agi
11 changes: 11 additions & 0 deletions docs/bootcamp/openai/index.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
OpenAI
=================

.. toctree::
:maxdepth: 1
:caption: Contents:


chat
image_generation
sql_translate
image_generation
speech_to_text
7 changes: 7 additions & 0 deletions docs/bootcamp/replicate/index.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
Replicate
=================

.. toctree::
:maxdepth: 1
:caption: Contents:


visual_question_answering
8 changes: 8 additions & 0 deletions docs/bootcamp/temperature/index.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
Temperature
=================

.. toctree::
:maxdepth: 1
:caption: Contents:


chat
create_image
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ A `sample benchmark <https://github.com/zilliztech/gpt-cache/blob/main/examples/
* [x] Support `Hnswlib <https://github.com/nmslib/hnswlib>`_\ , header-only C++/python library for fast approximate nearest neighbors.
* [x] Support `pgvector <https://github.com/pgvector/pgvector>`_\ , open-source vector similarity search for Postgres.
* [x] Support `chroma <https://github.com/chroma-core/chroma>`_\ , the AI-native open-source embedding database.
* [x] Support `DocArray <https://github.com/docarray/docarray>`_\ , DocArray is a library for representing, sending and storing multi-modal data, perfect for Machine Learning applications.
* [ ] Support qdrant
* [ ] Support weaviate
* [ ] Support other vector databases.
Expand Down

0 comments on commit f23daeb

Please sign in to comment.