Skip to content

Commit 2937728

Browse files
Updated docs
1 parent db31fc0 commit 2937728

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.streamlit/secrets.toml.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# OpenAI API key
1+
# OpenAI secrets
22
OPENAI_API_KEY = ""
33

4-
# Astra DB credentials
4+
# Astra DB secrets
55
ASTRA_SCB_PATH = ""
66
ASTRA_CLIENT_ID = ""
77
ASTRA_CLIENT_SECRET = ""
88

9-
# Optionally: LangSmith credentials for tracing
9+
# Optionally: LangSmith secrets for tracing
1010
LANGCHAIN_ENDPOINT = ""
1111
LANGCHAIN_API_KEY = ""
1212
LANGCHAIN_PROJECT = ""

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Create a customized welcome page in the root folder. The convention here is to c
3434
## Getting started
3535
You're ready to run the app as follows:
3636
```
37-
streamlit run rag_app.py
37+
streamlit run app.py
3838
```
3939
In addition to the pre-loaded content, a user can add additional content that will be used as context for prompts.
4040

hasher.py

-3
This file was deleted.

0 commit comments

Comments
 (0)