Skip to content

Migration from 1.x to 2.6 of weaviate #8498

Answered by anakin87
bwbw723 asked this question in Questions
Discussion options

You must be logged in to vote

You can find more information in the docs and in the API reference

Init parameters

host and port are replaced by url

index and custom_schema are somehow replaced by collection_settings.
If not set, collection_settings is as follows

{
            "class": "Default",
            "invertedIndexConfig": {"indexNullState": True},
            "properties": [
                                  {"name": "_original_id", "dataType": ["text"]},
                                  {"name": "content", "dataType": ["text"]},
                                  {"name": "dataframe", "dataType": ["text"]},
                                  {"name": "blob_data", "dataType": ["blob"]},
                        …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bwbw723
Comment options

Answer selected by bwbw723
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants