Releases: tabiya-tech/compass
Releases · tabiya-tech/compass
v0.0.0-alpha.1
What's Changed
- Add gemini-pro and chat-bison playground by @ApostolosBenisis in #1
- feat: add esco vector search by @ApostolosBenisis in #2
- Chore/readme improvements by @ApostolosBenisis in #3
- feat(github): Enable Github Actions by @teppokauppinen-google in #4
- Fix typo in folder name from occoupation to occupation. by @kingaM in #5
- first version of refactoring agents - by @ApostolosBenisis in #7
- Chore/add linters com 180 by @ApostolosBenisis in #9
- fix(backend): Calling sensitive_filter.obfuscate() with an empty stri… by @ApostolosBenisis in #12
- Keep track of separate sessions in agent director and conversation ma… by @ApostolosBenisis in #13
- chore: move agent folder bellow the app folder COM-113 by @ApostolosBenisis in #14
- chore(ci/cd): use the versions specified in the poetry.lock file by @ApostolosBenisis in #15
- !refactor(backend): Refactor agents and conversation components by @ApostolosBenisis in #16
- fix(backend): Fix agents return a markdown JSON block instead of a JS… by @ApostolosBenisis in #17
- fix(backend): Repair broken json response by @ApostolosBenisis in #18
- fix(backend): Improve prompts of agents by @ApostolosBenisis in #19
- Conversation evaluation poc com 100 by @ApostolosBenisis in #23
- Improvements by @ApostolosBenisis in #24
- COM-119: Support multiple test cases in the evaluation e2e tests. by @kingaM in #26
- Refactor libraries that are used by app and test code into a separate library by @kingaM in #25
- Chore various by @ApostolosBenisis in #27
- fix(backend): Fix vertexai model region is set to whatever region was la… by @ApostolosBenisis in #29
- Improve evaluator and conversation prompts and add assertions to the test by @kingaM in #28
- fix(backend): Improve agent system instructions to refer to the user … by @ApostolosBenisis in #31
- chore(backend): Refactor conversation generation and evaluation classes. by @kingaM in #30
- !feat(backend): Conversation summary and refactor on conversation man… by @ApostolosBenisis in #33
- Application state by @ApostolosBenisis in #34
- Chore var by @ApostolosBenisis in #40
- Enrich agent output by @zoharai in #39
- fix(backend): Fix length mismatch in test case parameterization. by @kingaM in #44
- feat(backend): COM-151 Create a new QnA agent by @kingaM in #38
- chore(backend): COM-152 - Update evaluation tests readme. by @kingaM in #45
- fix(backend): Fix bug in saving conversation record in conversation_generator.py. by @kingaM in #48
- adding Palm 2 models by @zoharai in #43
- Chore/initialize frontend poc by @rav3n11 in #46
- Change default gemini model to 1.5-flash by @zoharai in #52
- Feat/create sandbox endpoint com 192 by @ApostolosBenisis in #54
- chore(backend): Refactor E2E tests to be easier to read. by @kingaM in #49
- fix(iac): - documentation adjusted to account for FE and BE projects by @rav3n11 in #56
- chore(backend): COM-166 Clean up vector search API and move it under /app. by @kingaM in #47
- fix(iac): - fix deployments [pulumi up] by @rav3n11 in #59
- Setting up new-FE project initial structure. by @Fidesnoella in #50
- feat(iac): - deploy newUI [pulumi up] by @rav3n11 in #61
- iac(api-gateway): Support GCP Api Gateway and Identity Platform by @teppokauppinen-google in #51
- fix(frontend): index.html and version.json should not be cached! [pulumi… by @ApostolosBenisis in https://github.com//pull/63
- Fix missing endpoints by @ApostolosBenisis in #64
- Create evaluation tests for the summarizer by @zoharai in #55
- chore(backend): COM-168 Add a script to evaluate embeddings. by @kingaM in #68
- feat(backend): COM-204, COM-205 Update the script to generate embeddings. by @kingaM in #67
- chore(pipeline) - expose the environments... by @rav3n11 in #71
- Experiences explorer agent initial version - COM-245 by @sztrovacsek in #62
- Chore/init auth infrastructure by @rav3n11 in #75
- Llm tool for the experience explorer agent by @sztrovacsek in #66
- Create DNS for compass sub domains by @zoharai in #72
- COM-272 - route dev.compass.tabiya.tech/api/* -> api-gateway by @zoharai in #76
- Fix backend crash (it caused the frontend javascript to loop at startup) by @sztrovacsek in #77
- feat(backend): COM-204, COM-205 Update the script to generate skill embeddings. by @kingaM in #74
- fix(backend): Update poetry.lock file. by @kingaM in #78
- chore(backend): COM-256 Add environment variables for MongoDB settings. by @kingaM in #79
- chore(frontendPOC): add the ability to select the compass endpoint by @rav3n11 in #81
- fix(frontendPOC): frontend should not loop when backend is unreachable by @rav3n11 in #83
- feat(backend): COM-204 Update similarity search to use multiple embeddings. by @kingaM in #80
- Fix lint errors in the experiences explorer agent by @sztrovacsek in #84
- fix(backend): Fix pulumi deployment by @kingaM in #85
- feat(backend): COM-236, COM-262 Lookup occupations from ESCO and use them in the explorer agent. by @kingaM in #86
- feat(iac): export OpenAPI 2 documents and use it in GCP API Gateway by @teppokauppinen-google in #70
- fix(iac): fix OpenAPI export by @teppokauppinen-google in #88
- feat(user-preferences): add create, get and update language and accepted terms_and_conditions by @irumvanselme in #82
- Integrate the ExperiencesExplorer into the LLMAgentDirector by @sztrovacsek in #91
- fix: move constants to /app by @irumvanselme in #94
- feat(backend): COM-236 Show esco occupations in the agent output. by @kingaM in #93
- Documentation about how the agents work by @sztrovacsek in #90
- Feat/auth by @rav3n11 in #87
- chore(user-preferences): use dependency injection on user preference… by @irumvanselme in #95
- chore(.github): adjust build of the frontend - move build into build … by @irumvanselme in #98
- add snackbars and DPA by @rav3n11 in #97
- Llm experiences explorer by @sztrovacsek in #96
- add TLS certificate + redirect http->https COM-273 by @zoharai in #92
- add smoke test to backend and frontend urls with domain by @zoharai in #101
- chore(backend): COM-290 Add more e2e testcases. by @kingaM in #102
- Chore/version info backend by @Fidesnoella in #99
- fix(iac):add GCP API Gateway quota/rate-limiting by @teppokauppinen-google in #103
- bug(iac): GCP API Gateway rate-limiting: change request_metric to request-metric by @teppokauppinen-google in #104
- feat(backend): COM-313 Copy esco data from Tabiya DB. by @kingaM in https://github.com/tabiya-t...