Spaces:
Sleeping
Sleeping
Cam commited on
Commit ·
7bcb22f
1
Parent(s): cb9496c
adjusted folder structure; rm assurant-chatbot folder
Browse files- assurant-chatbot/.gitignore → .gitignore +0 -0
- assurant-chatbot/Dockerfile → Dockerfile +0 -0
- assurant-chatbot/README.txt → README.txt +0 -0
- {assurant-chatbot/data → data}/AIZ 10K - 2023.pdf +0 -0
- {assurant-chatbot/data → data}/AIZ 10K - 2024.pdf +0 -0
- assurant-chatbot/packages.txt → packages.txt +0 -0
- assurant-chatbot/requirements.txt → requirements.txt +0 -0
- assurant-chatbot/setup.py → setup.py +0 -0
- {assurant-chatbot/src → src}/__init__.py +0 -0
- {assurant-chatbot/src → src}/llamaindex_app/__init__.py +0 -0
- {assurant-chatbot/src → src}/llamaindex_app/classifier.py +0 -0
- {assurant-chatbot/src → src}/llamaindex_app/config.py +0 -0
- {assurant-chatbot/src → src}/llamaindex_app/index_manager.py +0 -0
- {assurant-chatbot/src → src}/llamaindex_app/instrumentation.py +0 -0
- {assurant-chatbot/src → src}/llamaindex_app/main.py +0 -0
- {assurant-chatbot/src → src}/llamaindex_app/tools.py +0 -0
- {assurant-chatbot/storage → storage}/default__vector_store.json +0 -0
- {assurant-chatbot/storage → storage}/docstore.json +0 -0
- {assurant-chatbot/storage → storage}/graph_store.json +0 -0
- {assurant-chatbot/storage → storage}/image__vector_store.json +0 -0
- {assurant-chatbot/storage → storage}/index_store.json +0 -0
- assurant-chatbot/streamlit_app.py → streamlit_app.py +0 -0
assurant-chatbot/.gitignore → .gitignore
RENAMED
|
File without changes
|
assurant-chatbot/Dockerfile → Dockerfile
RENAMED
|
File without changes
|
assurant-chatbot/README.txt → README.txt
RENAMED
|
File without changes
|
{assurant-chatbot/data → data}/AIZ 10K - 2023.pdf
RENAMED
|
File without changes
|
{assurant-chatbot/data → data}/AIZ 10K - 2024.pdf
RENAMED
|
File without changes
|
assurant-chatbot/packages.txt → packages.txt
RENAMED
|
File without changes
|
assurant-chatbot/requirements.txt → requirements.txt
RENAMED
|
File without changes
|
assurant-chatbot/setup.py → setup.py
RENAMED
|
File without changes
|
{assurant-chatbot/src → src}/__init__.py
RENAMED
|
File without changes
|
{assurant-chatbot/src → src}/llamaindex_app/__init__.py
RENAMED
|
File without changes
|
{assurant-chatbot/src → src}/llamaindex_app/classifier.py
RENAMED
|
File without changes
|
{assurant-chatbot/src → src}/llamaindex_app/config.py
RENAMED
|
File without changes
|
{assurant-chatbot/src → src}/llamaindex_app/index_manager.py
RENAMED
|
File without changes
|
{assurant-chatbot/src → src}/llamaindex_app/instrumentation.py
RENAMED
|
File without changes
|
{assurant-chatbot/src → src}/llamaindex_app/main.py
RENAMED
|
File without changes
|
{assurant-chatbot/src → src}/llamaindex_app/tools.py
RENAMED
|
File without changes
|
{assurant-chatbot/storage → storage}/default__vector_store.json
RENAMED
|
File without changes
|
{assurant-chatbot/storage → storage}/docstore.json
RENAMED
|
File without changes
|
{assurant-chatbot/storage → storage}/graph_store.json
RENAMED
|
File without changes
|
{assurant-chatbot/storage → storage}/image__vector_store.json
RENAMED
|
File without changes
|
{assurant-chatbot/storage → storage}/index_store.json
RENAMED
|
File without changes
|
assurant-chatbot/streamlit_app.py → streamlit_app.py
RENAMED
|
File without changes
|