Commit Graph
415 Commits
Author SHA1 Message Date
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
Fraser dfc1069b07 blank all glossary terms in AI text 2023-08-08 23:53:22 -04:00
FraserLee 8edeb3422e Merge pull request #71 from StampyAI/66-internal-httpsaisafetyinfo-links-are-handled-incorrectly
internal ai.safety.info links handled correctly
2023-08-08 23:05:35 -04:00
Fraser 06a7209e2d modify link format to allow for extensions after state
seems like the format sometimes has this
2023-08-08 23:05:08 -04:00
Fraser 4b855fb83c move from stampy.ai to aisafety.info 2023-08-08 23:00:56 -04:00
Fraser 275d6eaf3c replace relative links in authored followups 2023-07-30 16:14:10 -04:00
Fraser b30eed85e7 fix trailing spaces 2023-07-30 15:30:45 -04:00
Henri Lemoine 2380735c31 Merge pull request #70 from StampyAI/delete-src
Delete src
2023-07-25 18:04:41 -04:00
Henri Lemoine ad4f865881 moved this to the ARD repo 2023-07-25 17:37:05 -04:00
henri123lemoine 90bb18ef67 Merge branch 'improve-text_splitter' of https://github.com/StampyAI/stampy-chat into improve-text_splitter 2023-07-19 22:37:34 -04:00
henri123lemoine 34bd99af3a comments, refactor, new text_splitter, +bias 2023-07-17 17:19:45 -04:00
henri123lemoine 838732f036 switched to custom langchain text_splitter 2023-07-17 17:18:03 -04:00
henri123lemoine 0fcaeb4a61 add embeddings to chunk table, add stream_chunks 2023-07-17 17:15:07 -04:00
henri123lemoine d08477b036 clean up code 2023-07-17 17:13:48 -04:00
henri123lemoine e61d423714 fixed pinecone info, added aisafety.info bias 2023-07-17 17:12:19 -04:00
henri123lemoine 07025fb24f clean main 2023-07-17 17:06:11 -04:00