Skip to content

Commit ebd932c

Browse files
committed
Rebuild coco-server docs for version main
1 parent 8e54f01 commit ebd932c

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html><html lang=en><head><meta name=generator content="Hugo 0.79.1"><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Release Notes # Information about release notes of Coco Server is provided here.
2-
Latest (In development) # Features # Breaking changes # Bug fix # Improvements # 0.1.0 (2015-02-16) # Features # Indexing API Search API Suggest API Assistant Chat API Google Drive Connector Yuque Connector Notion Connector RAG based Chat Basic security Breaking changes # Bug fix # Improvements # Update header key to avoid using underscores #48"><meta name=theme-color content="#FFFFFF"><meta property="og:title" content="Release Notes"><meta property="og:description" content><meta property="og:type" content="website"><meta property="og:url" content="/coco-server/main/docs/release-notes/"><title>Release Notes | Coco Server</title><link rel=manifest href=/coco-server/main/manifest.json><link rel=icon href=/coco-server/main/favicon.png type=image/x-icon><link rel=stylesheet href=/coco-server/main/book.min.d80e87b12a4b49d9913d0bdd98bd83b7a44988be784760ba15522b377313dcf9.css integrity="sha256-2A6HsSpLSdmRPQvdmL2Dt6RJiL54R2C6FVIrN3MT3Pk="><link rel=alternate type=application/rss+xml href=/coco-server/main/docs/release-notes/index.xml title="Coco Server"><script defer src=/coco-server/main/js/jquery-2.x.min.js></script><script defer src=/coco-server/main/js/doc.js></script></head><body><input type=checkbox class="hidden toggle" id=menu-control>
2+
Latest (In development) # Breaking changes # Features # Bug fix # Fix: fatal error: concurrent map writes #125 Improvements # 0.2.0 (2025-03-07) # 🚀 Features # Add default index template and schema to document Implement docoument serach api Implement suggest api Support cancel inflight background job Add google drive connector Incremental indexing google drive files, connect via url Ignore empty query (#35) Add new field to push messages (#34) Add reset api to google_drive&rsquo;s connector (#36) Add yuque connector #41 Allow to skip invalid token for yuque connector Add hugo site connector (#51) Add datasource and connector Add notion connector (#63) Add document enrichment processor Init support for RAG Add web #77 Add a simple security feature to Coco Server (#79) Init commit for Datasource management UI (#81) (datasource) Support CRUD management (#82) Add guide, login, home, and settings (#83) Add field SyncEnabled to control datasource synchronization (#103) Add google drive connector settings (#109) Support toggling synchronization in datasource list (#112) Add LLM config (intent_analysis_model, picking_doc_model, answe… (#114) 🐛 Bug Fixes # Update header key to avoid using underscores (#48) Init the payload Adjust locales (#85) Adjust endpoint validation (#96) Adjust styles of guide (#97) Adjust locales of llm (#100) Adjust loading Update settings of yuque datasource not work (#104) Override theme settings (#105) Avoid panic when Google Drive credential config is missing (#106) Empty response (#121) Redirect to the login page when the token expires (#124) Fatal error: concurrent map writes 🚜 Refactor # Split metadata and payload Refactoring datasource Refactoring icon management Refactoring hugo_site connector to support mutlti datasource (#56) Refactoring google_drive connector Refactoring query and suggest Refactoring connectors Refactoring connectors Refactoring google_drive connector, support token_refresh, … (#61) Refactoring yuque connector (#62) Refactoring static assets (#65) Refactoring default config Refactoring search api Refactoring rag based chat (#94) 📚 Documentation # Update search document Init docs (#47) Add connectors Fix images Update docker install guide (#118) Update install docs (#119) Typo update docker install guide (#120) Upgrade to 0."><meta name=theme-color content="#FFFFFF"><meta property="og:title" content="Release Notes"><meta property="og:description" content><meta property="og:type" content="website"><meta property="og:url" content="/coco-server/main/docs/release-notes/"><title>Release Notes | Coco Server</title><link rel=manifest href=/coco-server/main/manifest.json><link rel=icon href=/coco-server/main/favicon.png type=image/x-icon><link rel=stylesheet href=/coco-server/main/book.min.d80e87b12a4b49d9913d0bdd98bd83b7a44988be784760ba15522b377313dcf9.css integrity="sha256-2A6HsSpLSdmRPQvdmL2Dt6RJiL54R2C6FVIrN3MT3Pk="><link rel=alternate type=application/rss+xml href=/coco-server/main/docs/release-notes/index.xml title="Coco Server"><script defer src=/coco-server/main/js/jquery-2.x.min.js></script><script defer src=/coco-server/main/js/doc.js></script></head><body><input type=checkbox class="hidden toggle" id=menu-control>
33
<input type=checkbox class="hidden toggle" id=toc-control><main class="container flex"><aside class=book-menu><nav><h2 class=book-brand><a href=/coco-server/main><img src=/coco-server/main/img/logo-en.svg alt=Logo></a></h2><div class=heading><select class=version-selector>
44
<option value>main (latest)</option>
55
<option value></option></select></div><ul><li><input type=checkbox id=section-f1b7c1b2e5dd43526e77637c475d35b8 class=toggle>
@@ -12,17 +12,23 @@
1212
<label for=section-6163ea64c3eeec962ea0b7215fc64522 class="flex justify-between"><a href=/coco-server/main/docs/references/connectors/>Connectors</a>
1313
<span></span></label><ul><li><a href=/coco-server/main/docs/references/connectors/google_drive/>Google Drive</a></li><li><a href=/coco-server/main/docs/references/connectors/hugo_site/>Hugo Site</a></li><li><a href=/coco-server/main/docs/references/connectors/notion/>Notion</a></li><li><a href=/coco-server/main/docs/references/connectors/yuque/>Yuque</a></li></ul></li><li><a href=/coco-server/main/docs/references/install/>System Initialization</a></li><li><a href=/coco-server/main/docs/references/settings/>System Settings</a></li></ul></li><li><a href=/coco-server/main/docs/release-notes/ class=active>Release Notes</a><ul></ul></li></ul><ul><li><a href=https://github.com/infinilabs/coco-server target=_blank rel=noopener>Github</a></li></ul></nav><script>(function(){var menu=document.querySelector("aside.book-menu nav");addEventListener("beforeunload",function(event){localStorage.setItem("menu.scrollTop",menu.scrollTop);});menu.scrollTop=localStorage.getItem("menu.scrollTop");})();</script></aside><div class=book-page><header class=book-header><div class="flex align-center justify-between"><label for=menu-control><img src=/coco-server/main/svg/menu.svg class=book-icon alt=Menu></label>
1414
<strong>Release Notes</strong>
15-
<label for=toc-control><img src=/coco-server/main/svg/toc.svg class=book-icon alt="Table of Contents"></label></div><aside class="hidden clearfix"><nav id=TableOfContents><ul><li><a href=#release-notes>Release Notes</a><ul><li><a href=#latest-in-development>Latest (In development)</a><ul><li><a href=#features>Features</a></li><li><a href=#breaking-changes>Breaking changes</a></li><li><a href=#bug-fix>Bug fix</a></li><li><a href=#improvements>Improvements</a></li></ul></li><li><a href=#010-2015-02-16>0.1.0 (2015-02-16)</a><ul><li><a href=#features-1>Features</a></li><li><a href=#breaking-changes-1>Breaking changes</a></li><li><a href=#bug-fix-1>Bug fix</a></li><li><a href=#improvements-1>Improvements</a></li></ul></li></ul></li></ul></nav></aside></header><article class=markdown><h1 id=release-notes>Release Notes
15+
<label for=toc-control><img src=/coco-server/main/svg/toc.svg class=book-icon alt="Table of Contents"></label></div><aside class="hidden clearfix"><nav id=TableOfContents><ul><li><a href=#release-notes>Release Notes</a><ul><li><a href=#latest-in-development>Latest (In development)</a><ul><li><a href=#breaking-changes>Breaking changes</a></li><li><a href=#features>Features</a></li><li><a href=#bug-fix>Bug fix</a></li><li><a href=#improvements>Improvements</a></li></ul></li><li><a href=#020-2025-03-07>0.2.0 (2025-03-07)</a><ul><li><a href=#-features>🚀 Features</a></li><li><a href=#-bug-fixes>🐛 Bug Fixes</a></li><li><a href=#-refactor>🚜 Refactor</a></li><li><a href=#-documentation>📚 Documentation</a></li><li><a href=#-miscellaneous-tasks>⚙️ Miscellaneous Tasks</a></li></ul></li><li><a href=#010-2025-02-16>0.1.0 (2025-02-16)</a><ul><li><a href=#features-1>Features</a></li><li><a href=#breaking-changes-1>Breaking changes</a></li><li><a href=#bug-fix-1>Bug fix</a></li><li><a href=#improvements-1>Improvements</a></li></ul></li></ul></li></ul></nav></aside></header><article class=markdown><h1 id=release-notes>Release Notes
1616
<a class=anchor href=#release-notes>#</a></h1><p>Information about release notes of Coco Server is provided here.</p><h2 id=latest-in-development>Latest (In development)
17-
<a class=anchor href=#latest-in-development>#</a></h2><h3 id=features>Features
18-
<a class=anchor href=#features>#</a></h3><h3 id=breaking-changes>Breaking changes
19-
<a class=anchor href=#breaking-changes>#</a></h3><h3 id=bug-fix>Bug fix
20-
<a class=anchor href=#bug-fix>#</a></h3><h3 id=improvements>Improvements
21-
<a class=anchor href=#improvements>#</a></h3><h2 id=010-2015-02-16>0.1.0 (2015-02-16)
22-
<a class=anchor href=#010-2015-02-16>#</a></h2><h3 id=features-1>Features
17+
<a class=anchor href=#latest-in-development>#</a></h2><h3 id=breaking-changes>Breaking changes
18+
<a class=anchor href=#breaking-changes>#</a></h3><h3 id=features>Features
19+
<a class=anchor href=#features>#</a></h3><h3 id=bug-fix>Bug fix
20+
<a class=anchor href=#bug-fix>#</a></h3><ul><li>Fix: fatal error: concurrent map writes #125</li></ul><h3 id=improvements>Improvements
21+
<a class=anchor href=#improvements>#</a></h3><h2 id=020-2025-03-07>0.2.0 (2025-03-07)
22+
<a class=anchor href=#020-2025-03-07>#</a></h2><h3 id=-features>🚀 Features
23+
<a class=anchor href=#-features>#</a></h3><ul><li>Add default index template and schema to document</li><li>Implement docoument serach api</li><li>Implement suggest api</li><li>Support cancel inflight background job</li><li>Add google drive connector</li><li>Incremental indexing google drive files, connect via url</li><li>Ignore empty query (#35)</li><li>Add new field to push messages (#34)</li><li>Add reset api to google_drive&rsquo;s connector (#36)</li><li>Add yuque connector #41</li><li>Allow to skip invalid token for yuque connector</li><li>Add hugo site connector (#51)</li><li>Add datasource and connector</li><li>Add notion connector (#63)</li><li>Add document enrichment processor</li><li>Init support for RAG</li><li>Add web #77</li><li>Add a simple security feature to Coco Server (#79)</li><li>Init commit for Datasource management UI (#81)</li><li><em>(datasource)</em> Support CRUD management (#82)</li><li>Add guide, login, home, and settings (#83)</li><li>Add field <code>SyncEnabled</code> to control datasource synchronization (#103)</li><li>Add google drive connector settings (#109)</li><li>Support toggling synchronization in datasource list (#112)</li><li>Add LLM config (intent_analysis_model, picking_doc_model, answe… (#114)</li></ul><h3 id=-bug-fixes>🐛 Bug Fixes
24+
<a class=anchor href=#-bug-fixes>#</a></h3><ul><li>Update header key to avoid using underscores (#48)</li><li>Init the payload</li><li>Adjust locales (#85)</li><li>Adjust endpoint validation (#96)</li><li>Adjust styles of guide (#97)</li><li>Adjust locales of llm (#100)</li><li>Adjust loading</li><li>Update settings of yuque datasource not work (#104)</li><li>Override theme settings (#105)</li><li>Avoid panic when Google Drive credential config is missing (#106)</li><li>Empty response (#121)</li><li>Redirect to the login page when the token expires (#124)</li><li>Fatal error: concurrent map writes</li></ul><h3 id=-refactor>🚜 Refactor
25+
<a class=anchor href=#-refactor>#</a></h3><ul><li>Split metadata and payload</li><li>Refactoring datasource</li><li>Refactoring icon management</li><li>Refactoring hugo_site connector to support mutlti datasource (#56)</li><li>Refactoring google_drive connector</li><li>Refactoring query and suggest</li><li>Refactoring connectors</li><li>Refactoring connectors</li><li>Refactoring google_drive connector, support token_refresh, … (#61)</li><li>Refactoring yuque connector (#62)</li><li>Refactoring static assets (#65)</li><li>Refactoring default config</li><li>Refactoring search api</li><li>Refactoring rag based chat (#94)</li></ul><h3 id=-documentation>📚 Documentation
26+
<a class=anchor href=#-documentation>#</a></h3><ul><li>Update search document</li><li>Init docs (#47)</li><li>Add connectors</li><li>Fix images</li><li>Update docker install guide (#118)</li><li>Update install docs (#119)</li><li>Typo update docker install guide (#120)</li><li>Upgrade to 0.2.1 (#122)</li><li>Add outputs json (#123)</li></ul><h3 id=-miscellaneous-tasks>⚙️ Miscellaneous Tasks
27+
<a class=anchor href=#-miscellaneous-tasks>#</a></h3><ul><li>Update default templates</li><li>Update README</li><li>Add tips about websocket (#16)</li><li>Fix typo (#17)</li><li>Naming style</li><li>Update readme</li><li>Remove single quotes from example</li><li>Update import reflect to refactoring</li><li>Update logging level</li><li>Check oauth config</li><li>Update github PR template</li><li>Update default page size to 10</li><li>Update license</li><li>Update Makefile</li><li>Ignore empty query</li><li>Skip setup early</li><li>Disable metadata for indexing</li><li>Update pull request template (#39)</li><li>Update terminal header (#43)</li><li>Update missing import (#44)</li><li>Add subcategory</li><li>Update tips</li><li>Update default port to 9000</li><li>Builtin connectors should use builtin id</li><li>Update code sample</li><li>Update code format (#55)</li><li>Update default config</li><li>Update docs</li><li>Remove unused code</li><li>Fix icon link</li><li>Update api docs (#60)</li><li>Remove redundant last category if it matches the document title (#64)</li><li>Update yuque connector</li><li>Add missing provider</li><li>Remove osv-scanner.yml</li><li>Update docs</li><li>Remove langchaingo from source</li><li>Update docs (#80)</li><li>Fix build web (#84)</li><li>Update settings (#86)</li><li>Add icon to datesource list (#95)</li><li>Minor fix (#98)</li><li>Remove basic auth doc (#99)</li><li>Update locales of data source (#101)</li><li>Adjust locales in data source (#107)</li><li>Adjust styles of loading (#108)</li><li>Echo message before pick docs (#110)</li><li>Expose models to config (#111)</li><li>Update to support ollama (#113)</li><li>Update default proxy enabled to <code>false</code> (#115)</li><li>Default banner (#116)</li><li>Show token config when LLM type is deepseek (#117)</li></ul><h2 id=010-2025-02-16>0.1.0 (2025-02-16)
28+
<a class=anchor href=#010-2025-02-16>#</a></h2><h3 id=features-1>Features
2329
<a class=anchor href=#features-1>#</a></h3><ul><li>Indexing API</li><li>Search API</li><li>Suggest API</li><li>Assistant Chat API</li><li>Google Drive Connector</li><li>Yuque Connector</li><li>Notion Connector</li><li>RAG based Chat</li><li>Basic security</li></ul><h3 id=breaking-changes-1>Breaking changes
2430
<a class=anchor href=#breaking-changes-1>#</a></h3><h3 id=bug-fix-1>Bug fix
2531
<a class=anchor href=#bug-fix-1>#</a></h3><h3 id=improvements-1>Improvements
2632
<a class=anchor href=#improvements-1>#</a></h3><ul><li>Update header key to avoid using underscores #48</li></ul></article><footer class=book-footer><div class="flex flex-wrap justify-between"><div><a class="flex align-center" href=https://github.com/infinilabs/coco-server/edit/main/docs/content.en/docs/release-notes/_index.md target=_blank rel=noopener><img src=/coco-server/main/svg/edit.svg class=book-icon alt=Edit>
2733
<span>Edit this page</span></a></div><div class="flex align-center footer">©INFINI.LTD, All Rights Reserved.</div><script>(function(h,o,t,j,a,r){h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};h._hjSettings={hjid:2567416,hjsv:6};a=o.getElementsByTagName('head')[0];r=o.createElement('script');r.async=1;r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;a.appendChild(r);})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');</script><script async src="https://www.googletagmanager.com/gtag/js?id=G-RJPTVP614C"></script><script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}
28-
gtag('js',new Date());gtag('config','G-RJPTVP614C');</script><script type=text/javascript>var _smartsupp=_smartsupp||{};_smartsupp.key='691ff544d18a237005a011a7290b839d8fe811a4';window.smartsupp||(function(d){var s,c,o=smartsupp=function(){o._.push(arguments)};o._=[];s=d.getElementsByTagName('script')[0];c=d.createElement('script');c.type='text/javascript';c.charset='utf-8';c.async=true;c.src='https://www.smartsuppchat.com/loader.js?';s.parentNode.insertBefore(c,s);})(document);</script></div></footer><label for=menu-control class="hidden book-menu-overlay"></label></div><aside class=book-toc><nav id=TableOfContents><ul><li><a href=#release-notes>Release Notes</a><ul><li><a href=#latest-in-development>Latest (In development)</a><ul><li><a href=#features>Features</a></li><li><a href=#breaking-changes>Breaking changes</a></li><li><a href=#bug-fix>Bug fix</a></li><li><a href=#improvements>Improvements</a></li></ul></li><li><a href=#010-2015-02-16>0.1.0 (2015-02-16)</a><ul><li><a href=#features-1>Features</a></li><li><a href=#breaking-changes-1>Breaking changes</a></li><li><a href=#bug-fix-1>Bug fix</a></li><li><a href=#improvements-1>Improvements</a></li></ul></li></ul></li></ul></nav></aside></main></body></html>
34+
gtag('js',new Date());gtag('config','G-RJPTVP614C');</script><script type=text/javascript>var _smartsupp=_smartsupp||{};_smartsupp.key='691ff544d18a237005a011a7290b839d8fe811a4';window.smartsupp||(function(d){var s,c,o=smartsupp=function(){o._.push(arguments)};o._=[];s=d.getElementsByTagName('script')[0];c=d.createElement('script');c.type='text/javascript';c.charset='utf-8';c.async=true;c.src='https://www.smartsuppchat.com/loader.js?';s.parentNode.insertBefore(c,s);})(document);</script></div></footer><label for=menu-control class="hidden book-menu-overlay"></label></div><aside class=book-toc><nav id=TableOfContents><ul><li><a href=#release-notes>Release Notes</a><ul><li><a href=#latest-in-development>Latest (In development)</a><ul><li><a href=#breaking-changes>Breaking changes</a></li><li><a href=#features>Features</a></li><li><a href=#bug-fix>Bug fix</a></li><li><a href=#improvements>Improvements</a></li></ul></li><li><a href=#020-2025-03-07>0.2.0 (2025-03-07)</a><ul><li><a href=#-features>🚀 Features</a></li><li><a href=#-bug-fixes>🐛 Bug Fixes</a></li><li><a href=#-refactor>🚜 Refactor</a></li><li><a href=#-documentation>📚 Documentation</a></li><li><a href=#-miscellaneous-tasks>⚙️ Miscellaneous Tasks</a></li></ul></li><li><a href=#010-2025-02-16>0.1.0 (2025-02-16)</a><ul><li><a href=#features-1>Features</a></li><li><a href=#breaking-changes-1>Breaking changes</a></li><li><a href=#bug-fix-1>Bug fix</a></li><li><a href=#improvements-1>Improvements</a></li></ul></li></ul></li></ul></nav></aside></main></body></html>

0 commit comments

Comments
 (0)