aboutsummaryrefslogtreecommitdiff
path: root/apps/cf-ai-backend/src/index.ts
Commit message (Expand)AuthorAgeFilesLines
* search endpointDhravya2024-06-301-0/+45
* fixed new chat button showing up on all pagesDhravya2024-06-291-4/+0
* fix: Spaces filter not workingDhravya2024-06-291-2/+7
* use gpt-4o again, responses are considerably better.Dhravya2024-06-241-6/+1
* made and documented the telegram bot (HYPE)Dhravya2024-06-231-1/+7
* added backend route for telegram bot and others to be possibleDhravya2024-06-231-1/+154
* feat: vector lookup and chat is twice as fast nowDhravya2024-06-231-82/+102
* Another Failed Attempt at streamingcodetorso2024-06-191-3/+2
* Improve code, failed attempt at Streaming textcodetorso2024-06-191-4/+5
* EditorAI integrated! (1/4)codetorso2024-06-181-1/+1
* codetorso pull remotecodetorso2024-06-181-7/+6
|\
| * vector duplication no longer an issue. support for querying with multiple spa...Dhravya2024-06-171-7/+6
* | Add Editor Endpointcodetorso2024-06-181-1/+17
|/
* store full infoDhravya2024-06-161-1/+12
* OCR tryDhravya2024-06-161-1/+1
* added image support in the backendDhravya2024-06-161-1/+82
* include metadata in response, add type to metadataDhravya2024-06-161-1/+3
* fixed a bugDhravya2024-06-161-13/+5
* added zod validation to embedQueryDhravya2024-06-121-15/+6
* fix backendDhravya2024-06-121-3/+9
* some documentation for backendDhravya2024-06-111-0/+3
* commented the backend code with it's limitations + optimised and removed a bu...Dhravya2024-06-011-13/+38
* feat: Rewrite backend to hono ⚡Dhravya2024-05-181-38/+211
* added logic for importing all tweetsDhravya2024-04-121-0/+2
* extension styling such that website content is not affected https://twitter.c...Dhravya2024-04-101-13/+7
* refactored ai backend code for composabilityDhravya2024-04-021-141/+13
* gracefully end streamDhravya2024-04-011-2/+2
* fix: donechunk fixDhravya2024-03-311-2/+2
* fix: streaming doesn't work when newline characters are malformedDhravya2024-03-311-1/+1
* remove unnecessasry commentgemini-apiDhravya2024-03-311-1/+1
* added gemini streaming in cf-ai-backendDhravya2024-03-311-30/+47
* fix: type errorDhravya2024-03-301-1/+4
* feat: Added AI query UIDhravya2024-03-011-13/+63
* implemented AI with citations and extension flow, using openai embedderDhravya2024-02-281-9/+19
* completed API routesDhravya2024-02-271-0/+102