Skip to content

Commit 3c573a4

Browse files
committed
More changes for read me file
1 parent ca3824b commit 3c573a4

File tree

1 file changed

+13
-4
lines changed
  • Osd-Full-Stack-RagChatBot/FullStack-Rag-Chatbot

1 file changed

+13
-4
lines changed

Osd-Full-Stack-RagChatBot/FullStack-Rag-Chatbot/README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Integrate OCI Generative AI with LangChain
22
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.
33

4-
## OCI Generative AI Service is in Limited Availability
4+
## OCI Generative AI Service is in GENERAL AVAILABILITY
55
Consider that OCI Generative AI Service (based on Cohere models) is now (July )
66

7+
## Oracle 23ai is in GENERAL AVAILABILITY
8+
Consider that Oracle 23 ai database is available now
9+
710
## Documentation
811
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)
912

@@ -20,13 +23,19 @@ The development of the proposed integration is based on the example, from LangCh
2023
* How-to add Cohere reranker to the chain
2124
* How to integrate OCI GenAI Service with LangChain
2225
* How to define the LangChain
26+
* How to use the Oracle vector Db capabilities
27+
* How to use in-memory database capability
2328

2429
## Oracle BOT
25-
Using the script [run_oracle_bot.sh](./run_oracle_bot.sh) you can launch a simple ChatBot that showcase Oracle GenAI service. The demo is based on docs from Oracle Database pdf documentation.
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.
2631

2732
You need to put in the local directory:
28-
* oracle-database-23c-new-features-guide.pdf
29-
* database-concepts.pdf
33+
* Trobleshooting.pdf
34+
* globally-distributed-autonomous-database.pdf
35+
* Oracle True cache.pdf
36+
* oracle-database-23c.pdf
37+
* oracle-globally-distributed-database-guide.pdf
38+
* sharding-adg-addshard-cookbook-3610618.pdf
3039

3140
You can add more pdf. Edit [config_rag.py](./config_rag.py)
3241

0 commit comments

Comments
 (0)