52 Commits

Author SHA1 Message Date
Sourabh Desai a9b6da0f5c typo 2025-03-12 15:53:26 +00:00
Sourabh Desai edfacbf911 readme 2025-03-12 15:52:51 +00:00
Sourabh Desai 244ec3cb3f add arize phoenix integration 2025-03-12 15:38:28 +00:00
Sourabh Desai 5653376081 use model name from settings 2025-03-12 15:01:34 +00:00
Sourabh Desai 24dafa505c updating pydantic + llamaindex + others (#127)
* updating pydantic + llamaindex + others

* make run working

* pydantic usage

* polygon dep update

* remove product hunt banner

* migrate away from servicecontext

* fixes

* revert chat_llama base url

* update fastapi

* cors
2025-03-12 07:50:05 -07:00
juni3227 ec0d6d63cf Fixing a typo in app/chat/tools.py (get_polygion_io_sec_tool -> get_polygon_io_sec_tool) (#99) 2024-04-19 16:16:45 -07:00
Sourabh Desai 94ec3507ca add post create script to automate more of setup (#98) 2024-02-23 16:04:21 -08:00
Bhaskar Gautam eac22605ae Removing infinite loop on ... (#87)
In most recent localstack container image health url is migrated to this resource.
2024-01-15 09:58:25 -08:00
Sourabh Desai 52945efbf9 Update LlamaIndex to v0.9.7 + fix streaming bug (#80)
* Merge

* logging

* update li version to 0.9.7 + fix bug with streaming response generation

* revert makefile
2023-11-25 16:51:32 -08:00
Sourabh Desai 1f57b58788 use gpt-4-turbo (#73)
* use gpt-4-turbo

* remove structured_answer_filtering

* comment
2023-11-06 13:19:29 -08:00
Sourabh Desai d7110150a9 frontend hotfix for duplicated sec docs (#70)
* frontend hotfix for duplicated sec docs

* add sorting + make use of lodash's sortedUniqBy

* revert NEXT_PUBLIC_BACKEND_URL
2023-11-03 19:52:53 -07:00
Sourabh Desai 13bd31c4d6 add try/catch for file exists error (#69) 2023-11-03 10:56:02 -07:00
Sourabh Desai d069d2e969 update llama_index to 0.8.55 (#66)
* update llama_index

* update llama_index to actual latest version 0.8.55

* fix ts error
2023-10-30 12:13:23 -07:00
Sourabh Desai 98bd334589 Sourabh/bugfix/sec downloader update (#57)
* Updated sec-edge-downloader to version 5.0.2

* pull SEC EDGAR user agent details from .env

---------

Co-authored-by: dr-BEat <dr-BEat@users.noreply.github.com>
2023-10-17 11:23:46 -07:00
Sourabh Desai 887c3db934 Update sleep in setup_localstack to actually check health endpoint (#53)
Actually ping localstack's health endpoint instead of just sleeping for 3 seconds and hoping that localstack is up
2023-10-09 18:06:48 -07:00
Sourabh Desai 691d3f370f Create TROUBLESHOOTING.md (#52)
* Create TROUBLESHOOTING.md

* Rename TROUBLESHOOTING.md to troubleshooting.md

* Update README.md

add links to troubleshooting resources
2023-10-09 10:00:20 -07:00
Sourabh Desai e7f20213c6 Update README.md
typo
2023-10-01 11:52:18 -07:00
Sourabh Desai 429c3f5b85 Add README for .devcontainer folder (#46)
* add README for .devcontainer folder

* spelling

* spelling

* typo
2023-10-01 11:51:26 -07:00
Sourabh Desai fc04aa8128 Sourabh/fix refresh db (#44)
* add Dockerfile for devcontainer

* add nodejs installation

* more deps needed for node.js installation

* fix

* fix

* fix

* fix

* fix

* update README + add Codespace origin if running in codespaces

* use docker compose yaml

* rename file

* fix allow_origins set to include codespace origin

* use features + remove workspace compose yaml

* apt-get update

* remove npm & poetry install

* add nodejs feature

* address variety of more issues with running on codespaces + issues with make migate

* add one more step to backend readme

* remove loose console log

* fix refresh_db for linux

* confirm with capital Y

* readme updates
2023-09-28 14:27:39 -07:00
Sourabh Desai 950f88a7be Adding a Dockerfile for devcontainer (#43)
* add Dockerfile for devcontainer

* add nodejs installation

* more deps needed for node.js installation

* fix

* fix

* fix

* fix

* fix

* update README + add Codespace origin if running in codespaces

* use docker compose yaml

* rename file

* fix allow_origins set to include codespace origin

* use features + remove workspace compose yaml

* apt-get update

* remove npm & poetry install

* add nodejs feature

* address variety of more issues with running on codespaces + issues with make migate

* add one more step to backend readme

* remove loose console log
2023-09-28 14:20:34 -07:00
Sourabh Desai cf5338bd78 incorporating variety of feedback on improving dev experience (#41)
* incorporating variety of feedback on impproving dev experience when setting things up locally

* reword FAQ.md
2023-09-26 21:42:45 -07:00
Sourabh Desai 916a8a4199 Update FAQ.md (#40)
Add note on SEC use-case specific prompts
2023-09-26 13:29:36 -07:00
Kiki R b74965f2ae Fix README.md, mounted_bucket -> mounted_folder (#37) 2023-09-21 20:51:18 -07:00
Kevin Kwok 8418006d53 Fix "peak" -> "peek" typo (#36) 2023-09-21 00:52:13 -07:00
Sourabh Desai 961c2d9617 simplify specification of DATABASE_URL (#35)
* simplify specification of DATABASE_URL for make run_docker by adding .env.docker

* use localhost + have make migrate create containers first

* update README setup instructions. Just need make run now

* update Makefile to run  before use of 'docker compose create' before use of 'docker compose start'

* newline
2023-09-19 21:20:01 -07:00
Sourabh Desai e81c83958a small changes to help during dev environment setup (#32)
* small changes to help during dev environment setup

* add install command in wkhtmltopdf error message
2023-09-17 16:22:18 -07:00
Sourabh Desai 0f1a91b0b4 set SENTRY_DSN env var to sync=false in render.yaml so it needs to be set in Render.com's UI (#30) 2023-09-14 16:46:21 -07:00
Sourabh Desai 3fd3eb7cc0 add Github button + small copy change (#29) 2023-09-14 11:07:11 -07:00
Sourabh Desai dd44c4b2c7 Update README.md (#28)
add producthunt embedded badge
2023-09-11 22:08:22 -07:00
Sourabh Desai 70d76bfee0 Update backend/README.md (#27)
some small wording changes to indicate that seed script encompasses the document downloader script.
2023-09-11 20:19:47 -07:00
Sourabh Desai 5f6a338201 separate out localstack setup commands into separate make command (#26) 2023-09-11 19:55:43 -07:00
Sourabh Desai 1670186769 Update README.md (#25)
Add badges + link to #sec-insights discord channel
2023-09-11 19:14:42 -07:00
Sourabh Desai 3e5d162e27 Bugfix/issue 13 (#23)
* fixed typo in README

* fixed docker compose bug #13

* made requested changes

* get database url from config

* Sourabh/issue 13 (#1)

* modifications to the code structure and the way check_database_connection is called

* Initial commit

* Initial commit

* Initial commit

* Initial commit

* add check in run_docker to ensure DATABASE_URL isnt set in .env

* pin ankane/pgvector image to v0.5.0 to avoid future breakages

* add missing greenlet dep

---------

Co-authored-by: siddarthreddygsr <siddarthreddygsr@gmail.com>
2023-09-11 14:44:07 -07:00
Gurram Siddarth Reddy 2c37247a56 Bugfix/issue 13 (#18)
* fixed typo in README

* fixed docker compose bug #13

* made requested changes

* get database url from config

* Sourabh/issue 13 (#1)

* modifications to the code structure and the way check_database_connection is called

* Initial commit

* Initial commit

* Initial commit

* Initial commit

---------

Co-authored-by: Sourabh Desai <sourabhdesai@gmail.com>
2023-09-11 14:41:24 -07:00
Gurram Siddarth Reddy 1bd5ebc992 fixed typo in README (#17) 2023-09-10 12:16:21 -07:00
Ikko Eltociear Ashimine 587218e0b9 Update README.md (#16)
Github -> GitHub
2023-09-10 12:15:34 -07:00
Sourabh Desai d91e0d1ded Update README.md (#15) 2023-09-09 14:45:49 -07:00
Sourabh Desai 67fd3258a9 Create FAQ.md (#10)
* Create FAQ.md

Add two common questions we've received so far

* Update README.md

add link to FAQ
2023-09-07 14:41:19 -07:00
Sourabh Desai 3273820d83 Update README.md (#8)
Add link to YouTube tutorial, system architecture diagram, and shoutout
2023-09-07 11:39:37 -07:00
Sourabh Desai e446ea9b69 add scripts and other minor changes to make it easier to use custom documents with Chat REPL (#7) 2023-09-06 23:20:29 -07:00
Sourabh Desai 9b41590ca0 Update README.md (#6)
add note on github codespace config
2023-09-06 18:03:44 -07:00
Sourabh Desai 7c6947cde1 Update README.md (#5)
Add missing step to setup instructions
2023-09-06 17:37:49 -07:00
Sourabh Desai 093361230a Update .env.example (#4)
Add `NEXT_PUBLIC_BACKEND_URL` env var to `.env.example`
2023-09-06 17:06:54 -07:00
Sourabh Desai 085e6c5d0c Update README.md (#1) 2023-09-05 11:08:48 -07:00
Sourabh Desai b06dbf12e6 Update README.md
light copy edits
2023-09-05 10:39:51 -07:00
Sourabh Desai 2ef2798f72 Update README.md 2023-09-05 10:33:22 -07:00
Sourabh Desai f1c0aadcc6 add note about tool use with polygon integration 2023-09-05 09:23:05 -07:00
Sourabh Desai 31f702c7b6 update backend/Makefile 2023-09-05 09:09:39 -07:00
Sourabh Desai 294d8e5b9e Update render.yaml 2023-09-05 09:07:17 -07:00
Sourabh Desai 7f572a424a Update README.md 2023-09-04 22:03:28 -07:00