Spaces:
Sleeping
Sleeping
llm-wizard
commited on
Releasing App
Browse files
README.md
CHANGED
@@ -1,13 +1,21 @@
|
|
1 |
---
|
|
|
2 |
title: DeployPythonicRAG
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: apache-2.0
|
9 |
---
|
10 |
|
|
|
11 |
# Deploying Pythonic Chat With Your Text File Application
|
12 |
|
13 |
In today's breakout rooms, we will be following the processed that you saw during the challenge - for reference, the instructions for that are available [here](https://github.com/AI-Maker-Space/Beyond-ChatGPT/tree/main).
|
@@ -15,3 +23,6 @@ In today's breakout rooms, we will be following the processed that you saw durin
|
|
15 |
Today, we will repeat the same process - but powered by our Pythonic RAG implementation we created last week.
|
16 |
|
17 |
You'll notice a few differences in the `app.py` logic - as well as a few changes to the `aimakerspace` package to get things working smoothly with Chainlit.
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
<<<<<<< HEAD
|
3 |
title: DeployPythonicRAG
|
4 |
emoji: π
|
5 |
colorFrom: blue
|
6 |
colorTo: purple
|
7 |
+
=======
|
8 |
+
title: CoolNewSpace
|
9 |
+
emoji: π
|
10 |
+
colorFrom: red
|
11 |
+
colorTo: blue
|
12 |
+
>>>>>>> e1768996a3679818b5f3502b84596ca67b3d0a2e
|
13 |
sdk: docker
|
14 |
pinned: false
|
15 |
license: apache-2.0
|
16 |
---
|
17 |
|
18 |
+
<<<<<<< HEAD
|
19 |
# Deploying Pythonic Chat With Your Text File Application
|
20 |
|
21 |
In today's breakout rooms, we will be following the processed that you saw during the challenge - for reference, the instructions for that are available [here](https://github.com/AI-Maker-Space/Beyond-ChatGPT/tree/main).
|
|
|
23 |
Today, we will repeat the same process - but powered by our Pythonic RAG implementation we created last week.
|
24 |
|
25 |
You'll notice a few differences in the `app.py` logic - as well as a few changes to the `aimakerspace` package to get things working smoothly with Chainlit.
|
26 |
+
=======
|
27 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
28 |
+
>>>>>>> e1768996a3679818b5f3502b84596ca67b3d0a2e
|