Jeff Huber
Jeff Huber
This is a new getting started page. - should we have a "kitchen sink" code block where you can copy all code on the page OR should we have the...
This is a draft revamp of the index landing page for the docs. There are some open questions - Increasing visual intrigue - we've removed the workflow graphic (could be...
FYI Error with databind 4.5.2 (latest) ``` Traceback (most recent call last): File "/Users/jeff/.pyenv/versions/3.10.10/bin/pydoc-markdown", line 5, in from pydoc_markdown.main import cli File "/Users/jeff/.pyenv/versions/3.10.10/lib/python3.10/site-packages/pydoc_markdown/__init__.py", line 38, in from databind.core import Alias,...
### Reference Issues _No response_ ### Summary https://cinnamon.github.io/kotaemon/development/#flowsettingspy ### Basic Example Chroma's API supports vector search and full-text search. Maybe this is already implemented? In which case the docs just...
There are places where we can improve the quality of our Jest tests as https://github.com/chroma-core/chroma/pull/2135 points out. This does not affect correctness but it does make our tests more idiomatic...
We are cleaning up PRs, but many features are still good ideas. ## Embedding functions - https://github.com/chroma-core/chroma/pull/1271 - https://github.com/chroma-core/chroma/pull/1327 - https://github.com/chroma-core/chroma/pull/1625 - https://github.com/chroma-core/chroma/pull/1659 - https://github.com/chroma-core/chroma/pull/1675 - https://github.com/chroma-core/chroma/pull/1723 - https://github.com/chroma-core/chroma/pull/1791 -...
Search and analytics on docs were broken for a week but not one noticed or reported it. Somehow the env variables were not set in Vercel. We need to set...
### Describe the problem from a DM with @vincentteyssier ``` An auto retriever is basically calling chatgpt and getting a structured output back that will help form the query towards...
eg https://github.com/chroma-core/chroma/issues/789 We should make it really easy for devs to move data from local dbs to cloud dbs, and between cloud dbs. - We need serialization to be platform-independent...
Users frequently get confused when client-server versions do not match and have different behaivors. eg https://github.com/chroma-core/chroma/issues/1307 We should consider - logging on mismatch - "knowing" client/server "min-required" and logging -...