Evan Jones

Results 24 issues of Evan Jones

Hi, I'm working on a figure for publication and I'd like to customize the shapes for a set of custom queries when active = F. The custom queries are simple...

# Parameterize Redis vectorstore index Redis vectorstore allows for three different distance metrics: `L2` (flat L2), `COSINE`, and `IP` (inner product). Currently, the `Redis._create_index` method hard codes the distance metric...

lgtm

### Feature request I propose refactoring the TimeWeightedVectorStore to use epoch milliseconds as the time format instead of directly passing in a python `datetime` object as the `created_at` and `last_accessed_at`...

### Describe the bug I am trying to use a monorepo approach where I store the EKS IaC in one directory alongside various application config directories. The `repository` method allows...

bug

## Changes Combines all rust crates under a single workspace to simplify management of rust packaging. > *_Note:_* All crates are converted to the workspace with the exception of ebpf...

cncf-cla: yes
size/XL

## Problem Our GH action suite is sparse and only automates testing. We are leaving a lot of the table. We could be enforcing far more checks to save ourselves...

enhancement
help wanted
Good First Issue

Need to update `package.json` and add test suite in the CI build.

help wanted
Good First Issue

## Problem We do not enforce any coding conventions on the project. Which, over time, leads to inconsistencies across the code base, code smells, etc. ## Solution - [ ]...

enhancement
help wanted
Good First Issue

## Problem We need maintainable documentation of our library's API, at minimum ## Solution Use [TypeDoc](https://typedoc.org/example/) or [sphinx-js autodoc](https://github.com/mozilla/sphinx-js). TypeDoc is likely better since we're migrating to TS (#442).

help wanted
Documentation
Good First Issue
Investigation

## Problem The `sendOnClose` method to flush logs before the user closes/tabs away from the client app does not utilize any header information, nor can it. ``` /** * Attempts...

bug
Good First Issue