Eddie Pick commited on
Commit
6c55f30
β€’
1 Parent(s): e5a770a

Upgraded SDKs

Browse files
Files changed (3) hide show
  1. .vscode/launch.json +15 -0
  2. README.md +2 -1
  3. spacy.ipynb +0 -0
.vscode/launch.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "name": "Python Debugger: Current File",
9
+ "type": "debugpy",
10
+ "request": "launch",
11
+ "program": "${file}",
12
+ "console": "integratedTerminal"
13
+ }
14
+ ]
15
+ }
README.md CHANGED
@@ -3,8 +3,9 @@ title: Search Agent
3
  emoji: πŸ”
4
  colorFrom: gray
5
  colorTo: yellow
 
6
  sdk: streamlit
7
- sdk_version: 1.33.0
8
  app_file: search_agent_ui.py
9
  pinned: false
10
  license: apache-2.0
 
3
  emoji: πŸ”
4
  colorFrom: gray
5
  colorTo: yellow
6
+ python_version: 3.12
7
  sdk: streamlit
8
+ sdk_version: 1.38.0
9
  app_file: search_agent_ui.py
10
  pinned: false
11
  license: apache-2.0
spacy.ipynb ADDED
The diff for this file is too large to render. See raw diff