mbudisic commited on
Commit
e58777e
Β·
1 Parent(s): 317ff97

tidy: moved documents into their folder

Browse files
ANSWER.md β†’ docs/ANSWER.md RENAMED
File without changes
BLOGPOST.md β†’ docs/BLOGPOST.md RENAMED
File without changes
BLOGPOST_TDS.md β†’ docs/BLOGPOST_TDS.md RENAMED
File without changes
DEVELOPER.md β†’ docs/DEVELOPER.md RENAMED
File without changes
TODO.md β†’ docs/TODO.md RENAMED
File without changes
chainlit.md β†’ docs/chainlit.md RENAMED
File without changes
dataset_card.md β†’ docs/dataset_card.md RENAMED
File without changes
evaluate_rag.ipynb DELETED
The diff for this file is too large to render. See raw diff
 
temp_function.txt DELETED
@@ -1,6 +0,0 @@
1
- def enter_chain(message: str):
2
- results = {
3
- "messages": [HumanMessage(content=message)],
4
- "team_members": ["VideoArchiveSearch", "AdobeHelp"],
5
- }
6
- return results
 
 
 
 
 
 
 
test_screenshot.py DELETED
@@ -1,11 +0,0 @@
1
- import requests
2
-
3
- url = "https://api.microlink.io"
4
- params = {
5
- "url": "https://www.framatome.com",
6
- "screenshot": True,
7
- }
8
-
9
- response = requests.get(url, params)
10
-
11
- print(response.json())