You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python-rag-chatbot/README.md
+11-13Lines changed: 11 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
-
# Integrate OCI Generative AI with LangChain
2
-
This repo contains all the work done to develop demos on the integration between [**LangChain**](https://www.langchain.com/) and Oracle [**OCI GenAI**](https://www.oracle.com/artificial-intelligence/generative-ai/large-language-models/) Service.
1
+
# Integrating Oracle Database 23ai RAG and OCI Generative AI with LangChain
## OCI Generative AI Service is in GENERAL AVAILABILITY
5
-
Consider that OCI Generative AI Service (based on Cohere models) is now (July )
6
11
7
-
## Oracle 23ai is in GENERAL AVAILABILITY
8
-
Consider that Oracle 23 ai database is available now
9
12
10
13
## Documentation
11
14
The development of the proposed integration is based on the example, from LangChain, provided [here](https://python.langchain.com/docs/modules/model_io/models/llms/custom_llm)
12
15
13
-
**RAG** has been first described in the following [arXiv paper](https://arxiv.org/pdf/2005.11401.pdf)
14
-
15
16
## Features
16
17
* How-to build a complete, end-2-end RAG solution using LangChain and Oracle GenAI Service.
17
18
* How-to load multiple pdf
@@ -27,7 +28,7 @@ The development of the proposed integration is based on the example, from LangCh
27
28
* How to use in-memory database capability
28
29
29
30
## Oracle BOT
30
-
Using the script [run_oracle_bot_exp.sh](./run_oracle_bot_exp.sh) you can launch a simple ChatBot that showcase Oracle GenAI service. The demo is based on docs from Oracle Database pdf documentation.
31
+
Using the script [run_oracle_bot_exp.sh](run_oracle_bot_exp.sh) you can launch a simple ChatBot that showcase Oracle GenAI service. The demo is based on docs from Oracle Database pdf documentation.
31
32
32
33
You need to put in the local directory:
33
34
* Trobleshooting.pdf
@@ -37,10 +38,7 @@ You need to put in the local directory:
37
38
* oracle-globally-distributed-database-guide.pdf
38
39
* sharding-adg-addshard-cookbook-3610618.pdf
39
40
40
-
You can add more pdf. Edit [config_rag.py](./config_rag.py)
41
-
42
-
## Video
43
-
41
+
You can add more pdf. Edit [config_rag.py](config_rag.py)
0 commit comments