Commit Graph
430 Commits
Author SHA1 Message Date
Daniel O'Connell a5fdee23ae Merge pull request #104 from StampyAI/tidy-up
Tidy up
2023-09-29 15:56:46 +02:00
Daniel O'Connell 0f671d3b67 Merge pull request #103 from StampyAI/cleanup-search
Cleanup search
2023-09-29 15:37:04 +02:00
Daniel O'Connell 0bef69b140 Models configured via env variables 2023-09-29 14:48:09 +02:00
Daniel O'Connell afacc9e3f5 Env param for remote chat instance 2023-09-29 14:12:07 +02:00
Daniel O'Connell 677f3ba264 Handle both old and new pinecode sturctures 2023-09-29 14:04:20 +02:00
Daniel O'Connell fd0cbfc1b9 const for max log message length 2023-09-29 14:03:50 +02:00
Daniel O'Connell 04c0d743f4 PR comments 2023-09-29 13:23:11 +02:00
Daniel O'Connell 025e6881f0 move Stampy URL cleaner to JS 2023-09-29 13:14:12 +02:00
Daniel O'Connell 149dd13d1f Clean up web search 2023-09-29 13:14:12 +02:00
Daniel O'Connell aa07d7393c Merge pull request #92 from StampyAI/mysql-logging
Log to mysql
2023-09-29 12:19:49 +02:00
Daniel O'Connell 6da48514e3 Merge pull request #102 from StampyAI/tidy-up
Component for pages + small tidy ups
2023-09-29 12:18:27 +02:00
Daniel O'Connell e273dadd9f Merge pull request #101 from StampyAI/restructure-web
Restructure web components
2023-09-29 11:36:55 +02:00
Daniel O'Connell cedb2aa280 Component for pages + small tidy ups 2023-09-28 23:08:26 +02:00
Daniel O'Connell ac7fdbc442 Restructure web components 2023-09-28 22:45:51 +02:00
Daniel O'Connell 132318ae63 Merge pull request #90 from StampyAI/mysql
MySQL support
2023-09-28 21:43:46 +02:00
Daniel O'Connell 5e91e67cee Log to mysql 2023-09-12 05:41:05 +02:00
Daniel O'Connell 4b5b3aafe1 MySQL support 2023-09-12 05:37:20 +02:00
ccstan99 33dc209022 deduplicat by hash_id, switch from railways 2023-09-09 13:50:00 -07:00
TJ Porter 5ebfb0a98c Merge pull request #96 from StampyAI/fix-discord-webhook
Added missing import.
2023-09-04 22:40:15 -05:00
TJ Porter ec96824eac Added missing import. 2023-09-04 22:38:46 -05:00
TJ Porter c78d3dd0f4 Merge pull request #93 from StampyAI/new-pinecone
Use new pinecone embeddings
2023-09-04 22:18:56 -05:00
TJ Porter abcb321316 Merge pull request #89 from StampyAI/separate-src
Move API files to a src folder
2023-09-04 22:13:22 -05:00
Henri Lemoine 350b750d86 bug fix 2023-09-04 21:47:20 -04:00
Henri Lemoine e7efa23ae7 aligned Citation with ShowCitation; author->authors 2023-09-04 21:25:02 -04:00
Daniel O'Connell aea03c4546 Use new pinecone embeddings 2023-09-02 18:31:59 +02:00
Daniel O'Connell 93a5711f37 correct path for prompteng 2023-09-01 20:47:23 +02:00
Daniel O'Connell 7dd5434f9a Move API files to a src folder 2023-09-01 20:23:56 +02:00
Fraser 7df037fbd5 log moderation results 2023-08-22 02:09:52 -04:00
FraserLee 413fec99a6 Merge pull request #85 from StampyAI/moderation
implement moderation
2023-08-22 01:59:33 -04:00
Fraser bd3bda2576 fix small UI bugs around error. 2023-08-22 01:58:54 -04:00
Fraser 01498c42ac implement moderation 2023-08-22 01:41:29 -04:00
FraserLee 989eff19a9 Merge pull request #74 from StampyAI/indentation-fix
Indentation fix
2023-08-15 22:52:09 -04:00
Fraser de3c5942f8 correct glossary.tsx indentation 2023-08-15 22:51:45 -04:00
Fraser f914773333 Merge branch 'main' into indentation-fix 2023-08-15 22:50:31 -04:00
FraserLee e98812af95 Merge pull request #73 from StampyAI/glossary
Inject glossary into generated answers
2023-08-15 22:49:09 -04:00
Fraser f47c68b665 don't link when glossary term has no page entry 2023-08-15 22:47:22 -04:00
Fraser 534b495642 correct api install instructions 2023-08-15 22:39:51 -04:00
Fraser 5e4198aef9 add word boundaries to terms, escape regex chars 2023-08-15 22:39:08 -04:00
Fraser 4fcc46dac1 pre-sort keys 2023-08-15 22:32:51 -04:00
Fraser 391f4b3ffe reformat to 2-space indentation
React and JSX tend to have a lot of deeply indented code, and in the community 2-space indentation is pretty common. Since I'm the primary dev working on the codebase, I'm going to take the initiative here and swap stuff over.
2023-08-13 11:49:48 -04:00
Fraser ab6208eb1a Merge branch 'glossary' into indentation-fix 2023-08-13 11:41:56 -04:00
Fraser 8d223e6ccd Merge remote-tracking branch 'stampy/main' into glossary 2023-08-13 11:35:13 -04:00
Fraser 65da8bb599 fill glossary terms in human written answers 2023-08-12 17:48:27 -04:00
Fraser 463e3904e3 swap order of elements for more consistent layout 2023-08-12 17:46:03 -04:00
Fraser 48d0c48964 fix positioning of hover box when text is not on far left 2023-08-12 17:32:01 -04:00
Fraser 42f3666dec rename element to be more accurate 2023-08-12 17:06:54 -04:00
Fraser f00bde5e88 provide glossary in context, so we only need to fetch it once
same story with compiling the regex state machine that identifies our terms.
2023-08-12 16:59:37 -04:00
ccstan99 1aa6149ace clean up readme 2023-08-10 13:03:20 -07:00
Fraser f358f6d7e5 also fall back to duckduckgo on in-text citations
accidentally missed this one the first time around
2023-08-10 13:03:20 -07:00
Fraser 3bc1fad58d display hover text, link to aisafety.info 2023-08-09 00:26:10 -04:00