Commit Graph
259 Commits
Author SHA1 Message Date
Fraser 739c2dfe4c add ccstan99's suggested initial queries 2023-06-12 19:34:17 -04:00
Fraser 88fbf1e0b2 quick styling fix 2023-06-08 21:01:22 -04:00
Fraser bd3b25030b add a default question to searchbox
maybe we should randomly cycle between these or something
2023-06-08 21:00:40 -04:00
Fraser c5645bc12e strip blocks again
It looks like Henri accidentally removed this in 5785e1eb49. Quick fix.
2023-06-06 09:42:54 -04:00
Fraser da28b04513 update semantic.tsx to new search standard 2023-06-02 23:37:48 -04:00
Fraser 33c479e9d3 fix link hover style 2023-06-02 23:32:04 -04:00
Fraser 1321e59a81 style stampy answers 2023-06-02 23:31:44 -04:00
Fraser 7965952b94 change order of followup mixing
this feels better when actually using it, even though a question you still might want occationally drops out of scope
2023-06-02 23:28:10 -04:00
Fraser 20afe91c4b blend generated followups with ones suggested in stampy answers 2023-06-02 23:16:52 -04:00
Fraser 4671296fcb add logo to link 2023-06-02 22:45:37 -04:00
Fraser ad71355821 link answers to source 2023-06-02 22:34:02 -04:00
Fraser a209ecb7eb display html stampy answers 2023-06-02 22:25:44 -04:00
Fraser 113d5ee81b retain non-selected followups 2023-06-02 22:05:31 -04:00
Fraser 13c49f8600 log followups asked 2023-06-02 21:56:40 -04:00
Fraser fdaef66f41 Get stampy answer to frontend 2023-06-02 21:54:02 -04:00
Fraser 808565e5a6 move followups into searchbox, simplify ui data model 2023-06-02 20:56:29 -04:00
Fraser dc6c958aaf decouple followups from loading state 2023-06-02 20:13:13 -04:00
Fraser d84a1e4315 open followup when clicked 2023-06-02 00:34:04 -04:00
Fraser b6b6864ea2 display followups in UI 2023-06-02 00:29:03 -04:00
Fraser eee29179db pass followups to front-end on finish response 2023-06-02 00:03:03 -04:00
Fraser e2fd7def4b search for followups based on both initial query and generated response 2023-06-01 23:38:39 -04:00
Fraser 820d70a3ab very basic followups check in backend 2023-06-01 23:31:11 -04:00
Fraser 844ce744e6 Default to querying from live website if pinecone url not in .env
# Default to querying embeddings from live website if pinecone url not
# present in .env
#
# This helps people getting started developing or messing around with the
# site, since setting up a vector DB with the embeddings is by far the
# hardest part for those not already on the team.
2023-05-23 17:24:04 -04:00
FraserLee 5d927b2afc Merge pull request #14 from StampyAI/logging
Add logging
2023-05-07 21:16:59 -04:00
Fraser 6fbc1171a8 decrease amount of info logged
also add disclaimer on front-end.
2023-05-07 21:01:02 -04:00
Fraser d750a08e0e add logging via discord webhook 2023-05-07 20:47:30 -04:00
FraserLee 60c1e41a60 Merge pull request #13 from StampyAI/virtual-env
swap to pipenv
2023-05-07 20:04:18 -04:00
Fraser 7771714133 update readme with new instructions 2023-05-07 20:01:16 -04:00
Fraser 6d6542a3bf remove old deploy file 2023-05-07 19:56:03 -04:00
Fraser ccccec5f82 swap from requirements.txt to Pipfile 2023-05-07 19:50:47 -04:00
Fraser 05c965a226 slightly clean up index.tsx
+ add some clarifications
2023-05-06 12:56:01 -04:00
Fraser d4bf60ba40 Merge branch 'instructions' into stampy_main 2023-05-06 12:10:02 -04:00
Fraser 31b83689e3 add instructions on how to setup and run locally 2023-05-06 12:09:55 -04:00
Fraser c008734164 remove old file 2023-05-06 11:52:26 -04:00
Fraser 58c27c74b0 merge in new version
I'm going to try this so we can maintain an informative git history, see historical reasons for changes, view line-by-line recent change history, use tooling, etc.
2023-05-06 11:45:07 -04:00
ccstan99 482d944ca0 Add credits to original prototypes 2023-04-30 17:54:43 -07:00
ccstan99 98d4c83c82 Update README.md 2023-04-30 17:38:15 -07:00
ccstan99 7cbd0d54fc initial commit based on McGill's AlignmentSearch 2023-04-30 14:02:19 -07:00
ccstan99 5f6b2ae3ae Initial commit 2023-04-30 13:49:27 -07:00
Fraser 93f52f30f3 fix old dependency 2023-04-26 17:52:20 -04:00
Fraser 3fb32afe3e Scroll to page bottom
this could be a bit better, but it'll do.
2023-04-16 21:30:17 -04:00
Fraser acd3dcd9a6 only link if href not empty 2023-04-16 21:15:10 -04:00
FraserLee 887af41c77 Merge pull request #1 from FraserLee/streaming
Streaming
2023-04-16 21:14:34 -04:00
Fraser dee78258d6 fully working streaming 2023-04-16 21:12:33 -04:00
Fraser a1fd3a852d move parsing towards point of use. 2023-04-16 19:52:43 -04:00
Fraser 6d91e42363 stream answer 2023-04-16 19:37:57 -04:00
Fraser 10c3068aa5 error passing and logging in SSE 2023-04-16 19:01:12 -04:00
Fraser 421b755a75 somewhat more complete integration 2023-04-16 18:52:58 -04:00
Fraser 0a7f68f1fc working SSE streaming 2023-04-16 18:26:25 -04:00
Fraser d924e18a5c Remove old files from repo 2023-04-13 16:32:33 -04:00