Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Return row id given to the knowledge record #1

Open
uezo opened this issue Oct 10, 2023 · 0 comments
Open

Return row id given to the knowledge record #1

uezo opened this issue Oct 10, 2023 · 0 comments

Comments

@uezo
Copy link
Owner

uezo commented Oct 10, 2023

Current spec:

# Add
vss.add("The difference between eel and conger eel is that eel is more expensive.")
# Get
vss.get(1)

But I want to handle row id and use it like below:

# Add
id = vss.add("The difference between eel and conger eel is that eel is more expensive.")
# Get
vss.get(id)
uezo added a commit that referenced this issue Oct 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant