{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":717981280,"defaultBranch":"main","name":"generellem","ownerLogin":"generellem","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-11-13T05:26:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/150646609?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714282704.0","currentOid":""},"activityList":{"items":[{"before":"d518252269beadc70a99d2b8c291015e941a6b2e","after":"e702ad76e95e230f90c89e9c02afb660513f09fa","ref":"refs/heads/main","pushedAt":"2024-05-13T16:14:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Fixed local bath binding for finding configuration files.","shortMessageHtmlLink":"Fixed local bath binding for finding configuration files."}},{"before":"bb7c58b96cec92e772dc2b9816c38f4bc3ebb7a0","after":null,"ref":"refs/heads/chat-history","pushedAt":"2024-04-28T05:38:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"}},{"before":"da8089603fd53a2ba47f34576045a6788a142aa2","after":"d518252269beadc70a99d2b8c291015e941a6b2e","ref":"refs/heads/main","pushedAt":"2024-04-28T05:38:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Chat History Updates (#144)\n\nSince we want to work with both user and assistant messages, this changes the history type to their ChatRequestMessage base class. Since this base class only lets us read the Role, I added a utility method to AzureOpenAIChatRequest to get the content based on the request type. Also removed some history management logic, instead leaving that to the calling code to decide how history is managed.\r\n\r\nCloses #143","shortMessageHtmlLink":"Chat History Updates (#144)"}},{"before":null,"after":"bb7c58b96cec92e772dc2b9816c38f4bc3ebb7a0","ref":"refs/heads/chat-history","pushedAt":"2024-04-28T05:37:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Chat History Updates\n\nSince we want to work with both user and assistant messages, this changes the history type to their ChatRequestMessage base class. Since this base class only lets us read the Role, I added a utility method to AzureOpenAIChatRequest to get the content based on the request type. Also removed some history management logic, instead leaving that to the calling code to decide how history is managed.\n\n#143","shortMessageHtmlLink":"Chat History Updates"}},{"before":"b54823ef0c14bfb553c26f0b3197609b83a8096e","after":"da8089603fd53a2ba47f34576045a6788a142aa2","ref":"refs/heads/main","pushedAt":"2024-04-22T23:37:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Resolving merge conflict","shortMessageHtmlLink":"Resolving merge conflict"}},{"before":"4b06587daa33641b9e811a23aaf5fc05c8017d5a","after":null,"ref":"refs/heads/nuget-updates","pushedAt":"2024-04-22T23:35:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"}},{"before":"46d4881a49c0001b5567545d5879a5612bb181d3","after":"b54823ef0c14bfb553c26f0b3197609b83a8096e","ref":"refs/heads/main","pushedAt":"2024-04-22T23:35:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"NuGet Updates (#142)\n\n* Updated NuGet packages.\r\n\r\n* OpenAI 1.0.0-beta.16 Upgrade\r\n\r\nUpgraded OpenAI and other NuGet packages.\r\n\r\n* Fixed a console app bug.","shortMessageHtmlLink":"NuGet Updates (#142)"}},{"before":null,"after":"4b06587daa33641b9e811a23aaf5fc05c8017d5a","ref":"refs/heads/nuget-updates","pushedAt":"2024-04-22T23:33:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Fixed a console app bug.","shortMessageHtmlLink":"Fixed a console app bug."}},{"before":"a8a69e5d96de0c7be4cc120628eaa583beb9f6d9","after":null,"ref":"refs/heads/mac-tests","pushedAt":"2024-04-22T17:12:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"}},{"before":"bc6bfb71a05dd65a80896e78a31f2190f0c29755","after":"46d4881a49c0001b5567545d5879a5612bb181d3","ref":"refs/heads/main","pushedAt":"2024-04-22T17:12:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"XPlat Tests (#141)\n\n* Added error handling for Sqlite inserts and updates.\r\n\r\n* Modifications for making tests run on Mac.\r\n\r\n* Updated filename casing in tests for case sensitivity on Linux.","shortMessageHtmlLink":"XPlat Tests (#141)"}},{"before":"b33487ee02332544f233cd44deac50f7dd779e28","after":"a8a69e5d96de0c7be4cc120628eaa583beb9f6d9","ref":"refs/heads/mac-tests","pushedAt":"2024-04-22T16:45:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Updated filename casing in tests for case sensitivity on Linux.","shortMessageHtmlLink":"Updated filename casing in tests for case sensitivity on Linux."}},{"before":"956551d5fd26a143c48b4b3ce5bdb5fc5b7bc6c4","after":"b33487ee02332544f233cd44deac50f7dd779e28","ref":"refs/heads/mac-tests","pushedAt":"2024-04-22T16:36:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Modifications for making tests run on Mac.","shortMessageHtmlLink":"Modifications for making tests run on Mac."}},{"before":null,"after":"956551d5fd26a143c48b4b3ce5bdb5fc5b7bc6c4","ref":"refs/heads/mac-tests","pushedAt":"2024-04-22T16:28:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Added error handling for Sqlite inserts and updates.","shortMessageHtmlLink":"Added error handling for Sqlite inserts and updates."}},{"before":"04987963a8c7a75e86e513e6cdff1b31f6af48a9","after":null,"ref":"refs/heads/index-bug","pushedAt":"2024-04-21T23:26:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"}},{"before":"080b8ba32b117ca55c7e1a208c5a012a8039664c","after":"bc6bfb71a05dd65a80896e78a31f2190f0c29755","ref":"refs/heads/main","pushedAt":"2024-04-21T23:26:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Chunk ID Bug Fix (#140)\n\nAccidentally using the same ID on different chunks of the same document, causing the last chunk to overwrite others.\r\n\r\nCloses #139","shortMessageHtmlLink":"Chunk ID Bug Fix (#140)"}},{"before":null,"after":"04987963a8c7a75e86e513e6cdff1b31f6af48a9","ref":"refs/heads/index-bug","pushedAt":"2024-04-21T23:26:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Chunk ID Bug Fix\n\nAccidentally using the same ID on different chunks of the same document, causing the last chunk to overwrite others.\n\nCloses #139","shortMessageHtmlLink":"Chunk ID Bug Fix"}},{"before":"4a46849d805956b1fb9626310d9eee2ff6e0f88d","after":null,"ref":"refs/heads/rag-params","pushedAt":"2024-04-12T04:40:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"}},{"before":"7c541093f3296da72591c670cefc3c8bb57e2c3a","after":"080b8ba32b117ca55c7e1a208c5a012a8039664c","ref":"refs/heads/main","pushedAt":"2024-04-12T04:40:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"RAG Params (#138)\n\nAdded more properies to IRag to customize completion requests.\r\n\r\n#132","shortMessageHtmlLink":"RAG Params (#138)"}},{"before":"7c541093f3296da72591c670cefc3c8bb57e2c3a","after":"4a46849d805956b1fb9626310d9eee2ff6e0f88d","ref":"refs/heads/rag-params","pushedAt":"2024-04-12T04:39:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"RAG Params\n\nAdded more properies to IRag to customize completion requests.\n\n#132","shortMessageHtmlLink":"RAG Params"}},{"before":null,"after":"7c541093f3296da72591c670cefc3c8bb57e2c3a","ref":"refs/heads/rag-params","pushedAt":"2024-04-12T04:37:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Summarized Intent in QueryDetails (#137)\n\nAdded full request/response for SummarizedIntent to QueryDetails.\r\n\r\n#132","shortMessageHtmlLink":"Summarized Intent in QueryDetails (#137)"}},{"before":"c9d6e0daa26c6ea456889d429114acd4f128dbab","after":null,"ref":"refs/heads/summarized-intent","pushedAt":"2024-04-09T23:14:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"}},{"before":"a61c69e66d3756ac8dfd2124977011d43962b00b","after":"7c541093f3296da72591c670cefc3c8bb57e2c3a","ref":"refs/heads/main","pushedAt":"2024-04-09T23:14:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Summarized Intent in QueryDetails (#137)\n\nAdded full request/response for SummarizedIntent to QueryDetails.\r\n\r\n#132","shortMessageHtmlLink":"Summarized Intent in QueryDetails (#137)"}},{"before":null,"after":"c9d6e0daa26c6ea456889d429114acd4f128dbab","ref":"refs/heads/summarized-intent","pushedAt":"2024-04-09T23:13:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Summarized Intent in QueryDetails\n\nAdded full request/response for SummarizedIntent to QueryDetails.\n\n#132","shortMessageHtmlLink":"Summarized Intent in QueryDetails"}},{"before":"54888dc0d125e608f02b70f9976481d1cbc817ef","after":"a61c69e66d3756ac8dfd2124977011d43962b00b","ref":"refs/heads/main","pushedAt":"2024-04-09T15:48:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Added more internal data to AzureOpenAIChatRequest so that callers can have access when they prompt.","shortMessageHtmlLink":"Added more internal data to AzureOpenAIChatRequest so that callers ca…"}},{"before":"fda6531469d2c5ebf30b551069536d2a8e3cb266","after":null,"ref":"refs/heads/rag-refactor","pushedAt":"2024-04-08T21:11:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"}},{"before":"ab35e2fe52492b38ee09d85850e073b9449f5a25","after":"54888dc0d125e608f02b70f9976481d1cbc817ef","ref":"refs/heads/main","pushedAt":"2024-04-08T21:11:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Transparency Refactoring (#136)\n\nAligns type responsibilities with applicable functionality. Adds a PromptAsync method that Exposes full request/response data for caller consumption.\r\n\r\n#132","shortMessageHtmlLink":"Transparency Refactoring (#136)"}},{"before":null,"after":"fda6531469d2c5ebf30b551069536d2a8e3cb266","ref":"refs/heads/rag-refactor","pushedAt":"2024-04-08T21:10:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Transparency Refactoring\n\nAligns type responsibilities with applicable functionality. Adds a PromptAsync method that Exposes full request/response data for caller consumption.\n\n#132","shortMessageHtmlLink":"Transparency Refactoring"}},{"before":"7b75b29de2f0316d78b56ae573ea0b1aee804966","after":null,"ref":"refs/heads/ingestion-refactor","pushedAt":"2024-04-08T04:04:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"}},{"before":"e2a92e7dbf9ef8243322ba4d472cb09e04ba6375","after":"ab35e2fe52492b38ee09d85850e073b9449f5a25","ref":"refs/heads/main","pushedAt":"2024-04-08T04:04:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Refactored IRag methods that should have been in IGenerellemIngestion. (#135)","shortMessageHtmlLink":"Refactored IRag methods that should have been in IGenerellemIngestion. ("}},{"before":null,"after":"7b75b29de2f0316d78b56ae573ea0b1aee804966","ref":"refs/heads/ingestion-refactor","pushedAt":"2024-04-08T04:03:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoeMayo","name":"Joe Mayo","path":"/JoeMayo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180567?s=80&v=4"},"commit":{"message":"Refactored IRag methods that should have been in IGenerellemIngestion.","shortMessageHtmlLink":"Refactored IRag methods that should have been in IGenerellemIngestion."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESJtauAA","startCursor":null,"endCursor":null}},"title":"Activity · generellem/generellem"}