Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: any plans to make an addVectorField function? #60

Closed
inpresif opened this issue Feb 18, 2023 · 0 comments
Closed

Feature: any plans to make an addVectorField function? #60

inpresif opened this issue Feb 18, 2023 · 0 comments

Comments

@inpresif
Copy link

inpresif commented Feb 18, 2023

EDIT: Spoke too soon. You're way ahead of me I see it is already there. Excusez.

In the recent OpenAI Rediseacrh for Python I noticed the function:

text_embedding = VectorField("content_vector",
    "FLAT", {
        "TYPE": "FLOAT32",
        "DIM": VECTOR_DIM,
        "DISTANCE_METRIC": DISTANCE_METRIC,
        "INITIAL_CAP": VECTOR_NUMBER,
    }
)

Any plans on adding this? I'm trying to do so, if it will work eventually I'll update. However if it is already in progress I won't spend days fighting over it;-).

Cheers.

@MacFJA MacFJA closed this as completed Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants